So here is what is going on.
I am using
SYSBIOS 6.35.0.20
XDC 3.24.6.63
BIOSPSP 3.0.1.0
EDMA 2.11.6.1
We are using the standard BIOSPSP drivers to run the SDCard with FatFS. we have not modified the drivers. the only alteration made was to enable LFN which required a rebuild of SYSBIOS. we are using a custom board with a 6748 DSP and a 4GB microSD card
So we have the SDCard working with FatFS and it has been for a while. we are having a performance issue. for one the data transfer isn't great. we are getting .2325 MB/s with out writes. this is pretty sad.
the second issue is that reads (fread) is at LEAST 4x slower than writes (fwrite).
my questions are
1) How do i improve performance on this thing? is the basic PSP drives just crap and a lot of modification needs to be made to it to actually make this thing usable?
2) why on earth are reads slower than writes? reads should be faster.
i'm sure more information is needed so let me know how i can help you help me.