This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_DELAY_MS blocks interrupt

Hello,

I am using sdk12,2.2 and nrf52832. I have interfaced bme680 sensor with nrf52. I am facing strange challenge.

My button interrupt is working every time but it stops when my firmware is executing nrf_delay_ms api. It again responds when nrf_delay_ms has been completed.

Thanks,

Related