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

nRF52 SPI Master - Interrupt

Hi,

I'm using the nRF52 as a master and an external RF chip as a slave. After configuring my spi bus using nrf_drv_spi_init(&spi, NULL, NULL), in my main loop, how do I get an interrupt to know if the slave is going send data over so I can read the buffer? Is it conceptually different from GPIOTE?

Related