Hi all,
I am new to the embedded software world. I exploited the RCT module inside the Hibernation peripheral to count the passed seconds once the microcontroller is power up.
To do so I read the value of the 32-bit register HIBRTCC which is hardware increased by the external crystal at 32,768 Khz.
My doubt is what happens if the register HIBRTCC goes into overflow. Does the register re-start counting from 0 or it will simply stop? I was not able to find the answer on the datasheet.
Thanks in advance,
Margherita