Hi there,
I am using an NRF54L15 custom board and am trying to set up a functionality using DPPI + PPIB. using a single in (1 event) and single out (1 task). I have two interrupt pins that create an event on GPIOTE30 which triggers a task on TIMER22.I would have to use PPIB since both peripherals are across different power domains.
I am relatively new to this so, I want to know how to create the bridge between DPPI and PPIB and how it should be done. Is there examples I can refer to or documentation? I can find neither.