Hi there,
Is it possible to have the DECT NR+ modem trigger events via DPPI? For instance, I'd like to capture a Timer value *exactly* when nrf_modem_dect_phy_time_get() takes the modem time; or when the PCC callback (void (*pcc)(const uint64_t *time, const struct nrf_modem_dect_phy_rx_pcc_status *status, const union nrf_modem_dect_phy_hdr *hdr)) is called - I'd like to have a capture of a Timer *exactly* at the same time the PCC arrives.
Without this, I have to create mapping (e.g. PLL) between the system timers and the modem's, and use inexact measurements when these modem functions are called or call-back.
Thank you in advance,
Nir