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!
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!
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.
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.