Hi,
I am working on nrf52840DK with NCS v2.7.0. I want to send the data to the addressable led strip using the pwm interface.
I am using the NRF PWM driver (nrfx_pwm) in my project, and I am encountering an issue with missing events when operating at high frequencies. I need to update the sequence values dynamically upon receiving interrupts for NRFX_PWM_EVT_END_SEQ0 and NRFX_PWM_EVT_END_SEQ1
If I try to update the sequence values when frequency is at 1KHz, everything works as expected.
What is the recommended way to update sequence values dynamically without risking missed events or glitches at such high frequencies?
Are there additional steps or configurations I should check to resolve this?