STM32L433CC Not wake up from stop when portb is configured all analog, in RTC wakeup
If I put port b all in analog the micro not wake up when in RTC wakeup mode (internal wakeup).Any help?Thanks in avancevoid EnterStopMode(void){ GPIO_InitTypeDef GPIO_InitStruct={0}; /* Configure all GPIO as analog to reduce current consumption on n...