Hi
I'd like to use a gpiote in event to trigger a capture task of a timer (rtc timer). Now I realized that according to errata 153 in event may not always work. The suggested workaround is to either use the port event or disable low power mode. Both options are AFAIK not feasible because I also need other gpios as interrupts und the application should really be low power.
Am I right with my conclusion that in events are not really usable on the nrf5340? Or does task triggering still work in system on idle but it does not trigger a 'wakeup'?