NordicPlayground / nrf51-pwm-library

PWM library with examples for the nRF51x22. Supports up to 4 PWM channels, and can be used with or without a SoftDevice.
51 stars 20 forks source link

PWM Glitch when writing to two channels #1

Open tomgerhardt opened 9 years ago

tomgerhardt commented 9 years ago

When make two successive calls to '' in the 'nrf_pwm_noglitch.h' on two separate channels, a glich happens ever so often. When I use write to one channel with the same config parameters, just commenting out the second call, it works as expected.

tomgerhardt commented 9 years ago

Sorry, the call referenced above is 'nrf_pwm_set_value'.