I have a custom board with 8 LED's and I use pwm API led_on(), led_off, led_blink() etc, to turn them on, set brightness and blink and everything works fine except one case
When I have more than 1 LED's blinking I cannot turn them off
The reason is this block of code in SDK\zephyr\drivers\pwm\pwm_nrfx.c, function pwm_period_check_and_set()