Resolved! I entered STOP mode and returned to NOMAL mode, but ADC does not work.
Currently using STM32L496.Pressing the button long key enters STOP mode as shown below.HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);Additionally, you can exit STOP mode by pressing the interrupt button.For reference, after e...