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

PWM options when using FreeRTOS and SoftDevice

Hi,

I'm developing a BLE application that is also using FreeRTOS.

I also need to use PWM to control an LED (mainly because the requirements define LED patterns, which is best accomplished using PWM; otherwise I would just use the FreeRTOS timer).

I can see 3 PWM libraries:

  • PWM driver
  • Low power PWM
  • Softblink library

Which one of these is best to use with a FreeRTOS + SoftDevice application?

Thanks

Tim

Related