Hi,
I am using the nrf-52840 DK.
I modified the pwm_library to output 125khz frequency.
app_pwm_config_t pwm1_cfg = APP_PWM_DEFAULT_CONFIG_2CH(125000L, NRF_GPIO_PIN_MAP(1,0) , NRF_GPIO_PIN_MAP(1,3));
I check the oscilloscope, the IC cannot generate such high frequency PWM.
Please advise how to set the PWM to generate 125kHz fequency.
Thanks