What is the recommended way to use nRF52840 advanced PWM sequence and looping functions with nRF Connect SDK v2.9.0?

Hi,

I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0.  The application currently uses the Zephyr driver for simple PWM functions on several GPIOs. Now, I need to add PWM sequences and looping as supported by the SOC on other GPIOs. Correct me if I am wrong, but I don't think the Zephyr driver can support the Nordic PWM module in this way.

What is the best way to do this? Some questions that come to mind: Can the Zephyr PWM driver and the nrfx PWM driver live together in the same application? Must I chose one driver or the other? How does DeviceTree manage this? I'm sure I'll have more questions once the discussion is opened.

Thank you,

Ken

Parents Reply
  • Hi Sigurd,

    Now that I have been through the change from Zephyr PWM driver/API to the nfrx PWM driver/API, I want to offer the following advice:

    It would have been very helpful to have 3 sample applications in the nRF Connect SDK. The first would be a simple PWM/LED application using the Zephyr PWM driver/API with development kit overlay. The second would be a modification of the same application to use the nfrx PWM driver/API. Finally, the last version of the application, modified from the second one, would use the nfrx GPIO driver/API. Being able to compare the code in these applications would have made all the difference in the world to me.

    Thanks,

    Ken

Children
No Data
Related