Dear,
I need to generate a pulse signal on one IO following this pattern:
HIGH for 12us ; LOW for 106us ; and so on...
I tried to use TIMER0 with NRF_TIMER_EVENT_COMPARE0 and NRF_TIMER_EVENT_COMPARE1 but the signal is often not respected (keeping one cycle the IO HIGH also during second period). So I assume I need to use dppi, but using the following code, I still not see anything happening on the io:
Do you know why ? I confess it was difficult to setup this with all the API changes on that topic (add of nrfx_gpiote_t in prototypes and other changes), and I never found one full example working for nrf5340 and NCS 2.7.0 I am using.
Thanks in advance for your piece of advice!
Kind regards,
Michael