Hi Team,
I am trying to test on BL653 Nordic board with inverted polarity but we are getting error.
In given example "nCS\v1.8.0\zephyr\drivers\pwm\pwm_nrfx.c " can see
Hi Team,
I am trying to test on BL653 Nordic board with inverted polarity but we are getting error.
In given example "nCS\v1.8.0\zephyr\drivers\pwm\pwm_nrfx.c " can see
Hello Swati,
Yes, I am afraid that isn't supported in the Zephyr driver yet. However, it is supported in the nrfx_pwm - driver, so I would recommend that you use that in stead.
For an example on how to use it, see here.
Best regards,
Elfving
Hello Swati,
Yes, I am afraid that isn't supported in the Zephyr driver yet. However, it is supported in the nrfx_pwm - driver, so I would recommend that you use that in stead.
For an example on how to use it, see here.
Best regards,
Elfving
Hi,
In the given example I cant see anything regarding polarity.
Thanks,
Hey,
No, that was provided as more of an example on using the driver itself. You can look at the API for the inverted polarity option here.
Best regards,
Elfving