simple spi on F103 have little problem
hi i use two spi and connect together spi 1 send(Full D Master) and 2 receive(Full D slave ) all in dmaif i change send buffer, in receive first array not change. it was first init that send dma uint8_t TXBuf[]={0,1,2,3,4,5,6,7,8,9}; uint8_t RXBuf[10...