We are trying to pass interrupts at high speed (clock signal) running at 800khz from port p1 to signal the RISC-V Co-processor to trigger a capture on a 4 bit bus. Is it possible to do this on the nRF54l15? If so how should we implement this signaling, via MBOX? Ideally we would like to set this up with keeping the M33 asleep, and passing the interrupt by hardware.
Our understanding is the P2 pins cannot be directly used in an interrupt context even directly on the FLPR code, is this correct?
Thanks,
RJ