This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Request sample project for interrupt based SPI

Hi,

I am using an nrf52833-dk for development, and I need to work out interrupt based SPI.
Can you kindly point me to an nCS based sample project for interrupt based SPI with all the configurations prl.conf, .overlay, main.c and the code..?!

Thanks in advance,

Parents Reply
  • Basically, if i call spi_read( ), i must call in a thread context, to keep on checking if my rx buffer is full or not,
    That takes up a lot of scanning time from my application.

    Hence, how can i get to know if data is available in RX buffer & only then call spi_read( ) on data availability.

Children
No Data
Related