which pins can be used as PWM output pins in nrf52811.
Can I use them directly or I need to add some hardware to use the PWM feature.
I have an NRF5811 SOM (EYSNCNZWW).
I could not find ways to use GPIO as PWM output pins.
which pins can be used as PWM output pins in nrf52811.
Can I use them directly or I need to add some hardware to use the PWM feature.
I have an NRF5811 SOM (EYSNCNZWW).
I could not find ways to use GPIO as PWM output pins.
Hi,
You can set any GPIO pins as PWM output pins depending upon your chip. I guess you might need to use the proper code. There are a few examples which you can take a look at.
Regards,
Swathy
Hi,
there is a hardware PWM on the nRF52811.
https://infocenter.nordicsemi.com/topic/ps_nrf52811/pwm.html?cp=4_4_0_5_11
you can find the information how to use the PWM on the blog.