I am having trouble setting up a GPIO pin that will toggle when the radio is active on the network core. I have tried adding the code in bluetooth.c from the ppi_trace sample to a copy of the hci_rpmsg sample with no results. At first I thought it was something to do with the GPIO pin, but I was able to toggle the pin using an event from Timer1.
OS: Zephyr
nRF Connect SDK: v1.8.0
HW: nRF5340DK v2.0.0
Application Core is running an image based on BLE Central sample and the Network Core is running hci_rpmsg with DPPI additions.
Is there anything I am missing?