RAM data retention in Standby mode
Hi
when the STM32F103 enter the standby mode, it has the lowest power consumption. And it said the voltage regulator is switched off. And all of the data in the RAM will be lost except the backup ram and register of the RTC.
But I tested it, the data will still keep the value (the standby mode could be entered successfully that the consumption will be reduced to several micro-amperes). the different thing is that all the supplies are still supply to the MCU (not only the VBAT).
So that means the LDO is not actually switched off as it doesn't detect VDD to be lost or lower than the threshold.
Is it right?
