This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Capture EGU Event

Hi

New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?

I can see how to trigger and clear an event using - 

nrf_egu_task_trigger(NRF_EGU0, NRF_EGU_TASK_TRIGGER0)

nrf_egu_event_clear(NRF_EGU0, NRF_EGU_EVENT_TRIGGERED0)
But how do I capture it and act upon the interrupt?
Related