2021-05-04 05:23 PM
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.
Solved! Go to Solution.
2021-05-04 11:43 PM
Just read out the RTC registers in the debugger. Time and subseconds should change when reading out repeatedly.
JW
2021-05-04 11:43 PM
Just read out the RTC registers in the debugger. Time and subseconds should change when reading out repeatedly.
JW