User Activity

I am programming a Nucleo-STM32H563ZI and get a problem while trying to get subseconds value in RTC. Below is the main code:         unsigned prev_ssr = 0; char print_buf[32] = { 0 }; unsigned this_ssr; int count; while (1) { this_ssr ...
Kudos from