Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality that is not directly available on the Zephyr API.
Specifically I am talking about the ability to define sequences and play them with nrfx_pwm_complex_playback(), including the capability to be notified of the generated events.
Can you point me in the right direction, or even better, show me some sample code that I can compile on v2.0.0?
Thanks!