Question
sdio sd card write speed problem
Posted on August 30, 2013 at 03:17
hi guys i'm new to stm32, i got a problem that i used sdio and fatfs to test maximum speed of write sd card, its only around 330kb/s but when i try to use sd card reader its up to 2mb/s, so i want to figure out why its so different between them and how can i fix it?
(i tried two ways of test: first use f_write function write 10k data once, second separate 10k data into 64byte package to send, result looks similar )i use dma mode 4bits bus #sdio-fatfs