Other Parts Discussed in Thread: OMAP-L137
Hi everybody,
I'm using the C6747 core inside the OMAP-L137 to perform image processing. I'm using the RTFS from Code Composer Studio by using RTFS 1.10 API Reference Guide (SPRUGM0A).
I need to read a binary file which contained 1 x 262144 Uint16 variable, and there will be less than 60 files to read. The binary files are actually images that I need to read from the MMC/SD to process.
I've tried using fopen/fread command and open/read as well to read the files. I've found that fopen/fread is slower, whereas open/read only read in 8-bit chunks (char). I've tried to combined two 8-bit chunks to get the 16-bits data however this is extremely slow.
Does anyone have suggestion?
Thanks in advance
Rizuan