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

spi missing interrupts

I am using NRF51422 S130. I have a master SPI configuration set up, and not using Nordic spi drivers provided in the examples. I think my configuration is correct.

1- I send one byte of data at 2Mbips clock rate and can see on scope the 8 clock bits out. 2- I get an IRQ and clear the READY register and set a ready flag. 3- I send a second byte after ready flag and see 8 clock bits out again. 4- There is no IRQ after this point, which I don't understand. According to the Spec, for every byte transmitted should get one IRQ.

Related