Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 block nrf_spi_event_check

nrf52832 code always block at nrf_spi_event_check, my application include a app timer 200s period, after timeout, drive spi to get a RF sensor for sending some data, and also enable the RF sensor gpio interrupt, if RF sensor receive some data, toggle interrupt gpio, nrf52832 enable the gpio interrupt, so trigger the interrupt function then drive the spi read data. I think that maybe 

no semiphare lock the spi, so result in the issue, if so, how to solve it? or other reasom ?

Related