Running STM32G431 with minimal power consumption but HSE as RTC clock source.
In our current project, we are using the STM32G431 (UFQFPN32) with only an HSE connected. In this project, we do also need a longtime accurate RTC for Time/Date. Since the internal LSE have a quit high accuracy of 1%, they dont seem to be suitable for as longterm RTC source. (to which degree of accuracy can you calibrate them?)
So we are using the far more precise HSE as source. But now we run into the problem that in standby (<1mA@12V) and stop mode(<1mA@12V) it get shutdown and low power run Mode (9mA@12V) draws still far to much power. Now we have tried to turn off most of the mcus peripherals (ADC, Flash, GPIO, I2c, ADC clock, FMAC clock, 2xDMA, Timers, PLL) (5mA@12V). We meed to get below 150mW. Are there still some things missing? What comparable power consumption do you got for these kind of modes?
Is it possible to go into standby mode for like 750ms and the go back for a short moment into run mode? Does the HSE keep going for this time?
