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

PWM output won't work with Stack running

Hi,

I am trying to get a PWM output via GPIO. I have been following this link.

devzone.nordicsemi.com/.../

and used the GITUB project as it is github.com/.../nrf51-pwm-library

using the example the output would come if

#define USE_WITH_SOFTDEVICE 0

when it is set to 1 and used with the stack running, the PWM output doesn't come and BLE gets disconnected from a central device and never gets discovered again without power reset.

I am using latest SDK 7.2.0 and soft device 7.1.0.

Related