Hi, I'm using SLN-LOCAL2-IOT development kit (i.MXRT106S). My use case is to make the CPU sleep and wake upon receiving signals at WAKEUP pin. I think the system is going to SNVS mode after the following code snippet.
Screenshot from 2021-10-28 20-25-20.png
But when i gave a low signal at WAKEUP pin (GPIO5 0 pin), it's not waking up.
I tried changing some lines of pin_mux.c too
Screenshot from 2021-10-28 20-21-45.png
But still there's no change in the situation. Is there any other configuration we should change?