Question:
SPI configurations in BF706 EZ-KIT
Answer:
The attached example code for different SPI configurations in BF706 EZ-KIT.
1.The normal nature of this code is perform SPI loopback function in core mode transfer. If you want to transfer the data through DMA mode use #define DMA_MODE macro in the example code.
2. Use #define SPI_MASTER_TX macro for master mode transmit.
3. Use #define SPI_MASTER_RX macro for master mode receive.
Note:- Please connect the MOSI and MISO pins when you configure in SPI loopback mode.