Skip to main content
Member
Associate II
May 5, 2021
Solved

Real-Time-Clock (RTC), how do I know it is working properly?

  • May 5, 2021
  • 1 reply
  • 1275 views

I think I got the setup for the Real-Time-Clock (RTC), but how do I verify it is working?

Is there a way to output the timestamps or check through a file? I am using the STM32WB55 Nucleo Board, and currently using the STM32 IDE.

This topic has been closed for replies.
Best answer by waclawek.jan

Just read out the RTC registers in the debugger. Time and subseconds should change when reading out repeatedly.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
May 5, 2021

Just read out the RTC registers in the debugger. Time and subseconds should change when reading out repeatedly.

JW