Posted on January 26, 2013 at 20:30Hello to all, I have a design where cpu has to transfer blocks of data to a uSD card working in SPI2 mode. My routine is : static void SPIblockTxDMA(uint8_t *SD_Buffer_Tx,uint16_t Len) { SPI_Cmd(SPI_SDMEM, DISABL...