queued_spi_polling_b2b_transfer_slave
Overview
The queued_spi_polling_b2b_transfer example shows how to use QUEUEDSPI driver in polling way:
In this example we need two boards, one board is used as QUEUEDSPI master and another board is used as QUEUEDSPI slave. The file ‘queued_spi_polling_b2b_transfer_slave.c’ includes the QUEUEDSPI slave code.
QUEUEDSPI master sends/receives data to/from QUEUEDSPI slave in polling. (QUEUEDSPI Slave uses interrupt to receive/send the data)