2024-08-26 04:09 PM
Hello,
I am designing with the aforementioned RTC and have the following questions. I contacted ST support and the solution was to ask the forums. So here are my questions:
Thank you
Solved! Go to Solution.
2024-08-26 08:41 PM
It's not "output", you get to read bytes from the RTC memory, and you'd combine them, and convert to ASCII to construct a time/day stamp.
https://www.st.com/resource/en/datasheet/m48t201v.pdf#page=18
There's an 19-bit address bus, and 8-bit data bus. On the STM32 you might be able to map it into the FSMC/FMC address space.
The RTC registers shadow in the last 16 bytes in the 512KB linear address space.
2024-08-26 08:41 PM
It's not "output", you get to read bytes from the RTC memory, and you'd combine them, and convert to ASCII to construct a time/day stamp.
https://www.st.com/resource/en/datasheet/m48t201v.pdf#page=18
There's an 19-bit address bus, and 8-bit data bus. On the STM32 you might be able to map it into the FSMC/FMC address space.
The RTC registers shadow in the last 16 bytes in the 512KB linear address space.
2024-08-26 09:42 PM
Hello,
Ah, I see what you mean. That does make sense. Thank you. So, the data that is read is in binary, it needs to be converted. The SRAM ability is to turn an SRAM into an NVSRAM (because it has the battery). From what I understand.
As for my other questions, it seems like it is compatible with both SNAPHATS and there is no RTC with an embedded crystal and no battery pin. If I am wrong, please let me know.
Thank you.
2024-08-26 11:34 PM
Yes, there are TIMEKEEPER RTCs with crystal and without SNAPHAT:
Please note that only the package variants MY contain the crystal, otherwise it has to be connected externally.
2024-08-27 12:54 AM
Thank you for letting me know.