Hello,
I'm working on nRF52811, SDK16.0, Softdevice 7.0.1.
Using the pwm_driver example in the SDK, I'm trying to run a simple PWM for an RGB LED. Following is my simplified code. I can see the PWM at output but changing duty cycle (by seq_values->channel_0 = value; ) does not effect the output (no color change). I have tried the demo app on an nRF52840 board and that works fine. But I have to do it on my custom made nRF52811 board. Please help.