What is the value of LPTIM_CNT after MCU RESET?
Hello ST microelectronics support team.
I'm developing an IOT application using the STM32WLE5CC for gas measurement. To measure the pulses I'm thinking of using the LPTIM, but I have a doubt.
In topic 26.4.14 of the RM0461 reference manual, I became aware of two ways to reset the counter, synchronous and asynchronous mode. My question is what happens to the value of the counter, when the MCU undergoes a reset, for example a reset caused by the Watchdog.
I understand that after undergoing a reset, the LPTIM will be unconfigured, but in case there is no interruption in the power supply to the MCU, would it be possible that after restarting, the LPTIM will be able to continue counting from the previous value?
Best Regards.