Hi
I'm using custom nrf52832 board, SDK14.02 and SES. I want use pwm driver to generate 2 channel pwm wave with custom nrf52832.
Everything is working fine in nrf52DK board but same code when I'm uploading to custom board it's not working. For clock I'm using NRF_CLOCK_LF_SRC_SYNTH to synthesize it from the 32MHz crystal as I don't have external crystal. I already tested custom board other functionality like blinky with soft-device, ADC, UART, etc and are working fine.