Hello all,
I'm trying to control date&hours with one of my program. To do this,
I would like to use my TS5620. I read some details in TS7200 manual,
about addresses of RTC registers (starting at 0x11700000), and about
the size (just the first 14 bytes).
Unfortunatly, I don't really understand how it works, since I read
same value from 0x11700000 to 0x1170000E. For example if I write 0xF
at 0x1170000E, I will read 0xF at 0x11700002 too.
1) Is it even possible to succeed in what I want ? I mean handle date/
hours by an application that writes/reads in RTC registers ?
2) Are these registers linked together ? I can't figure out why I
read the same value at an other address after a write operation. My
code is quite simple, I just use a "mmap" with /dev/mem at
0x11700000, and then read or write the first 14 bytes...
Thanks for your help.
Regards.
Julien