when i use sdk14.2.0 pwm_driver , i use nrf_drv_pwm_sequence_values_update(&m_pwm0, 1, values) can work well , but use seq0 not work well. why
when i use sdk14.2.0 pwm_driver , i use nrf_drv_pwm_sequence_values_update(&m_pwm0, 1, values) can work well , but use seq0 not work well. why
I update the array in the pwm interrupt function, the array is the process of color gradient, when I just update a set of gradient process, there is no problem, but the extra set of process, the color gradient will add array in this gap flashing below, I use Oscilloscope observation, is in the transition from low to high voltage transient jump bit low, and then returned to high, and then normal, I do not know where the problem, I code logic is no problem I doubt that with the new function, please advise.xx_rgb_pwm.c
I update the array in the pwm interrupt function, the array is the process of color gradient, when I just update a set of gradient process, there is no problem, but the extra set of process, the color gradient will add array in this gap flashing below, I use Oscilloscope observation, is in the transition from low to high voltage transient jump bit low, and then returned to high, and then normal, I do not know where the problem, I code logic is no problem I doubt that with the new function, please advise.xx_rgb_pwm.c
Could you please post a picture of your oscilloscope readings, that would help me evaluate what is going on.