Hi I am developing in 54L15. Now use DPPI to link
TIMER10's PUBLISH_COMPARE[3] ---> RADIO SUBSCRIBE_STOP,
it works fine.
Now I want to trigger a GPIO signal through GPIOTE20 SUBSCRIBE_OUT, but it cant output signal
Preiously try to link RADIO PUBLISH_ADDRESS to GPIOTE SUBSCRIBE_OUT through DPPI and PPIB because RADIO and GPIOTE are not in the same Power Domain, so it need PPIB and works fine too.
But back to the case, TIMER10 and RADIO are all in RADIO PD, GPIOTE20 is in PERI PD. How to correctly configure the PPI settings? Thanks.
here are the code :