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. Does the PWM frequency across all 4 channels (CH0, CH1, CH2, CH3) in one module (for example pwm0) have to be the same?
I think the answer is yes per the nRF52840 product specification. Correct me if I'm wrong.
However, the follow up question: Does the SDK or the Devicetree Visual Editor detect different PWM frequencies as a problem? It doesn't seem like it does, and so, if different channels of one pwm module are set to different frequencies, what frequency will prevail?
Thanks,
Ken