Wakeup pin is triggered only on falling edge

VF61 wakes up on fallind edge regardless of the setting WakeupSources.
I try to use pin43t and pin43r. How to do resuming on rising edge?

Hi,

There really seems to be an issue with rising edge interrupt.

The simple solution for you would be to use our MemMapLib and write

0x00002000 to address 0x4006a028 to enable rising edge on PIN43

Thanks. it works.