This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Memory map prevented reading 0x007ED85C

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 ?