I have an application on BIOS 5.41.10.35 DM6437 an am loading video imags with the C language fread().
This is incredibly s-l-o-w taking. Takes over 150 seconds to load a single 640x480 image over a JtagJet.
However, using the Code Composer 3.3 gel command, GEL_MemoryLoad(), it take only 50 seconds.
What's up? How can I get fread() to go fast?
I tried changing the BIOS RTDX buffer to 20k and put it in IRAM ...no change.
I tried changing the application C language fread() call to use 10k buffers, and still no change.
AYM