Hi @sera94,
Thanks for your reply much appreciated.
I understand that the API's are available in the driver files in the SDK .
Concern here is that, since SW2 (PTD1) connected to the switch, instead of using the Switch to trigger from low power, i have connected to one of the WUU input supported pin (PTB4).
I have configured it as a button handle with interrupt triggered at falling edge same as the switch, I have disabled the Switch configuration as defined in the EVK, but i observed that the PTD1 (SW2) IRQ is still observed in the task list by default and the button list handler is waiting for that PTD1 irq handler to trigger it out of low power.
The IRQ definition for PTD1 is intdefaultHandler in the vector table.
I want to know where is this irq handler is being configured and how do i proceed.
please provide inputs on this.
Thanks and regards,
Ganesh Pawar