HiI would like to use the sub second information available in the rtc registers. Can some one give an exemple on how to use it correctly with HAL?BRGilberto
The processor is in STOP mode most of the time and is woken up by interrupts generated by the GPIOs. I want to measure the time between interrupts with an accuracy of less than 1 second. There is no LPTIM available in this PN. The only available time...
HiThe PN is STM32G030KT6. My question is basically how can I use the internal calibration to increase the accuracy of the ADC reading? Therefore I was trying to read the actual value of VDD. What would be the best option?BRGilberto