[SOLVED] Low-Power Stop Mode Example -> Dead STM32
Hi,
Today I tried the STM example (see below path) of low power stop mode on my STM32L053, While stepping trough the code in debug mode, somewhere in SystemPower_Config(), line 237, HAL_GPIO_Init(...) the connection with the cortex got lost (so before sleep mode is enabled!). Now I'm unable to communicate with the stm32: I'm unable to flash the chip or connect via ST STM32 Link Utility. Also power down and up the power source (which normally works in other low-power modes) or use the NRST does not do the trick.
Too bad I tried the same example with another
STM32L053 with the same result.
Is this a known issue in the PWR example code? Any ideas to get my boards responsive again?
en.stm32cubel0/STM32Cube_FW_L0_V1.10.0/Projects/STM32L053R8-Nucleo/Examples/PWR_STOP_RTC
#low-power