Resolved! GPIO and peripheral intialization after exiting STOP Mode 1
Hi,I am using ThreadX and the STM32L4A9 processor. When my application is ready to sleep I call an enter low power function. I followed sample code from ST Cube example which disables the GPIO CLKs and enters STOP Mode 1.//ENTER Low Power Mode/* Dis...