Hello to everyone,
I'm working with a ZOOM AM3517 evm with AM3517SDK 05_02_00_00 linux SDK. I'm able to suspend and resume it from UART, but now I want to resume the module from a GPIO.
I want to use one of the BOOT MODE dip switches on the experimenter board. For example BOOT0 witch goes on GPIO2.
I set up all the register for the GPIO1 module: set pin as input, set wakeup enable, interrupt enable, rising edge detection, and check that GPIO 1 wake-up event is enabled in PM_WKEN_WKUP register (0x48306CA0).
I can read gpio data register and I can see the value change as i move the dip switch, but I'm not able to get it working as a wakeup source.
Thanks
Matteo