Will resetting the RTC (Real Time Clock) module frequently destroy the microcontroller due to excessive writes to non-volatile storage?
I am in the process of understanding the internals of the RTC (Real Time Clock) inside the STM32F446 microcontroller. I have already written some code and released it and now I'm afraid that the code might damage the microcontroller in the long run. ...