Hi all,
We used nrf sdk for our design and now consider switching over to nrf connect. I went over the tutorial for nRF Connect SDK Fundamentals but didn't see anything mention about how to use nrfx library. I wonder how can I directly use NRFX library.
Our design using NRF SDK has component that requires PWMs and TIMERs connected via PPI. Timing accuracy around 1us~5us is important to us so that is why we used the PPI to connect PWMs and TIMERs. We also regularly update the compare registers in the TIMERs to vary the timing. I wonder how would I do this using NRF connect. Is there an example showing how to use PWM, or TIMER from nrfx library for nrf connect? Thank you so much.