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

NRF51 soft device with App_PWM not working.

I am trying to use the NRF51 soft device with the App_PWM library. I can get both working individually, but when I try to enable both, I can no longer connect to the device via bluetooth. I am basically trying to integrate the ble_app_uart example with the pwm_library example.

The bluetooth functions properly until I call app_pwm_channel_duty_set(), which leads me to believe that there is some shared resource or something that is conflicting.

Related