Skip to main content
Associate III
August 26, 2024
Solved

Questions about M48T201V

  • August 26, 2024
  • 1 reply
  • 1516 views

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:

  1. What is the date output (i.e. binary, BCD, YY:MM:DD:dd, HH:MM:SS:hh, etc.)?
  2. The crystal and battery are in a separate module and are not integrated with the IC itself. I want to make sure that it is compatible with both types (the 48 and 120 mAh).
  3. What does the chip control in terms of the NVSRAM? Is it a buffer? What does it do?
  4. Unrelated to this chip in particular, does ST have a RTC with an integrated (non-seperate SNAPHAT) crystal and no battery pin, just VDD? I do not need a backup battery, or a pin for it.

Thank you

Best answer by Tesla DeLorean

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.

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
August 27, 2024

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.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Associate III
August 27, 2024

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.

Peter BENSCH
Technical Moderator
August 27, 2024

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.