Hi, I tested the RGB Led (with an external RGB Led) with the nrf 5340. But I didn't find any pinout with a brief overview of all the pins and their features because the PWM didn't do the job, and I do not know if it was my code or that I used the wrong pins.
The documents I saw were:
- https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fpwm.html
- The document brief of the nrf5340
- And the device tree of the nrf5340 of zephyr
Where I looked for was something like this:
Is there something like that for NRF boards? And if not, what are the gpio pins that I can use for PWM?
I really appreciate any help you can provide (even with the RGB Led if you want).