The control register seems to set 12/24H clock and DM for binary encoding..
I currently have..
%00000010
So bit 1 high must mean 24H mode (hours do output 16 so must be in 24H mode currently)
DM bit 2 is low, low = shit encoding mode. So will see if I can flip it to binary mode....
Reading & write to RTC 12887 ?
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
I'm just calling it shit mode :)
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
I have now set it to %00000100 for binary mode and 12H.. the values are stored (rebooted from power off to make sure) but its not changing anything time wise.. still showing 16 for the hour.. it does say I need to reinitialise for settings to work, but doesn't seem to say how to do that :roll:
EDIT:
I programed the clock to 11 Hours, 59mins, 0 seconds.. but oddly it set to 41mins.. then at some point shortly after it jumped to 12 hours, 0mins.. and now the AM/PM has changed to "-1" aka True (or logic 1) ... So not really sure its accepting being programed in binary :shrug:
EDIT2:
OK probably need to change my code now I changed the format :lol: :roll:
EDIT:
I programed the clock to 11 Hours, 59mins, 0 seconds.. but oddly it set to 41mins.. then at some point shortly after it jumped to 12 hours, 0mins.. and now the AM/PM has changed to "-1" aka True (or logic 1) ... So not really sure its accepting being programed in binary :shrug:
EDIT2:
OK probably need to change my code now I changed the format :lol: :roll:
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
:lol: Theres some good mistakes in the STOS manual.. confused the hell out of me this one... See who spots them ... ;) (BCLR)
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
:WTF:
AM 11:59:59 to
PM 140:0:0
I've invented the 140 hour day! :excited: :excited:
Guess I should clear out bit 7 :lol:
AM 11:59:59 to
PM 140:0:0
I've invented the 140 hour day! :excited: :excited:
Guess I should clear out bit 7 :lol:
You do not have the required permissions to view the files attached to this post.
-
JezC
- Posts: 2782
- Joined: 28 Aug 2017 23:44
Re: Reading & write to RTC 12887 ?
Elements of this look very similar to using the NXP PCF8563 RTC that we use in our products... except that only uses BCD. :(
It has the same issues with upper (unused) bits in some registers reporting seemingly random values as the seconds/minutes values change.
What really makes it a complete swine is the I2C interface on top of the above. :mad:
You have my sympathy... hope you beat it into submission soon.
:chairsmack:
It has the same issues with upper (unused) bits in some registers reporting seemingly random values as the seconds/minutes values change.
What really makes it a complete swine is the I2C interface on top of the above. :mad:
You have my sympathy... hope you beat it into submission soon.
:chairsmack:
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
Yeah I read something about that in the pdf.. looks like I need to check a "ready bit" before doing anything.. will get there in the end :)JezC wrote: 24 Jun 2019 17:22 It has the same issues with upper (unused) bits in some registers reporting seemingly random values as the seconds/minutes values change.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
Behaving now 8-)
Gonna have to poke around in the NVRAM next me thinks...
Gonna have to poke around in the NVRAM next me thinks...
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
Dang it.. need better software.. oh this gonna keep me busy for a bit.. well I'm cheating..so...
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Reading & write to RTC 12887 ?
Got a reply from Maxim finally.. Though kinda worked it out myself now..
R//W should be a 1 when preparing to Read from the address to be latched on the falling edge of AS latches the address state. R//W should be a 0 when preparing for a Write. The state of R//W should be set by the time of the falling edge of AS.
Your assumption is correct, the first part of the cycle is to set the address. The second part of the cycle is the read (for R//W=1) or write (for R//W=0).
Motorola bus timing has two parts, first setting the address then the data access. You can latch the address, using the falling edge of AS, while /CS is inactive high. To access data (read or write) you will need to drive /CS low. As long as the AS pin remains low, the address should remain latched. A rising edge on AS clears the selected address. Since you have latched the address on the previous /CS cycle, and since AS has not changed states, you should be able to process a read/write command (depending on your R//W state) on the subsequent /CS pulse.
Who is online
Users browsing this forum: ClaudeBot, OAI-Search [Bot] and 8 guests