pjmelect
Advanced Member level 2
I have written a FAT32 based operating system for the PIC18F processor for a SD card in SPI mode. I need to transfer large blocks of data (1.2MB) in as short as time as is possible. I first of all implemented this using single block transfer and I then tried multi block transfer mode. However I found that there was very little difference between using single block mode and multi block mode.
My questions are, has anybody else tried using multi block reads and what improvement did you get, if my results are typical what is the point of multi block reads.
My questions are, has anybody else tried using multi block reads and what improvement did you get, if my results are typical what is the point of multi block reads.