I wanna know the pin diagram and PWM pin mapping of nRF52833DK
I wanna know the pin diagram and PWM pin mapping of nRF52833DK
Hi,
There is no specific PWM pin mapping for the nRF52833 DK. All nRF5 series ICs has a pin crossbare feature that allows you to connect any digital peripheral (UART/SPI/TWI/PWM/I2S/PDM/etc.) to any GPIO.
The pins are configured by setting the PSEL.OUT[n] register in the PWM peripheral, or through the PWM drivers.
Best regards,
Jørgen