Dears,
I'm working on the TMS320C6670 Evaluation Module DSP and code composer (CCS5.5).
I'm having a problem during opening file.
For simple example:
FILE *fp2;
fp2 = fopen("Book1.csv" , "r");
And the Book1.csv has 4000 elements.
While I was using the CTRL+R to run this line:
fp2 = fopen("Book1.csv" , "r");
I got this error:
Error: Memory map prevented reading 0x007ED85C
So, how can I solve this problem ?