SPI xfer using DMA: How to transmit again?
Posted on August 17, 2012 at 04:58 The code below transmits 8 bytes from a sram buffer to SP1 using DMA. for(i=0;i<8;i++) SPI_MASTER_Buffer_Tx[i] = i+1; /* SPI_MASTER configuration ------------------------------------------------*/ SPI_InitStruc...