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

PWM Library SDK 9 with SoftDevice

I am using SDK 9 on an nRF51 device with the S110 SoftDevice. I am aware of issues using the the PWM library from SDK 9. I need to use the PWM functionality but would like to understand the least painful way to do this. I could migrate my entire application to SDK 10, or I could apply selective patches to the PSM libraries in SDK 9. I prefer the 2nd option, but I want to make sure I understand what the correct patches are. So far, I'm aware of the change referenced in devzone.nordicsemi.com/.../ which adds a call to pwm_irq_enable() to the app_pwm_enable() function. Are there other changes that need to be made to SDK 9 PWM to make it functional? Thanks...

Related