11 years, 1 month ago.

Multiple blocks write for USBMSD_SD?

I'm trying to implement a multiple blocks write for USBMSD only used for SD card. I think it make sense that in multiblocks mode, SD card writing will be faster. I want to receive 10 blocks data from USBMSD before I send them all together to SD card through SPI bus. Let's say if my data is 12 blocks, where in the USBMSD determine the last block has been written to memory? and should the rest 8 blocks data all filled with 0's ?

Be the first to answer this question.