This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

pwm_library programming cann't run in softdevice

hello,

Now i transplant pwm_library programming to ble_app_uart_c(central) in SDK15.0.

But i found the program cann't run in NRF52 DK.

I found it build no errors but was stuck in this code:

app_pwm_config_t pwm1_cfg =  APP_PWM_DEFAULT_CONFIG_1CH(5000L, 31) ; 

I don't know why.

Liu

Related