I am trying to control ws2812 LED (1 LED) with NRF52840 using nrf connect SDK, I was able to control it with no problem when I set building optimization to debug optimization, but when I set optimization to size or speed optimization I get a hard fault message when function
led_strip_update_rgb(strip, pixels, STRIP_NUM_PIXELS); is called
I am using nrf connect sdk 2.8.0
BR
M.ElSabagh