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

nRF51822 SPI interrupt based communication

Hi,

does a code example or app-note exists that describes how to configure the SPI peripheral to use an ISR to transmit data to a SPI slave?

Thank you in advance!

Parents
  • At what frequency do you want to use the SPI?

    Unless you plan to run the SPI at a slow rate using an ISR will just slow down the transaction.

Reply
  • At what frequency do you want to use the SPI?

    Unless you plan to run the SPI at a slow rate using an ISR will just slow down the transaction.

Children
No Data