2021-04-27 10:21 AM
Hi,
I am trying to wake up the MCU from STOP mode. I am able to do so for either the UART or the GPIO interrupt but not both. It seems I have to disable the UART to get the GPIO to work but then of course I cannot get the UART wake code to work.
Is there something I am doing wrong? My code is attached.