We have an ISR parsing incoming serial data from the UART. When a valid packet arrives, I'd like to be able to wake the core from whatever low-power state is entered when the sd_app_evt_wait() function is called within the main loop.
Is there an SOC event or app event that can be manually triggered through the API to wake the core and start processing? Can custom events be added that wake the core and cause custom handlers to be executed?