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 Error: TMS320C6713

Hi, I'm a beginner on DSP.
I have started to study the book "Digital Signal Processing based on the TMS320C6000”, by Nasser Kehtarnavaz.
I am working with the simulator, using CCS 3.1.

I created a program and am using some assembly functions in my c code. When I build the program I get 0 errors, but when I try to run the program it give me this error:

 

Trouble running Target CPU:   Memory Map Error: WRITE access by Default to address 0xfffffff8, which is RESERVED in Hardware

 

What does this mean and how can I fix this error???

  • Hi Matt,

    "0xfffffff8" address is mentioned as reserved in c6713 data sheet.

    Please refer page no 16 of C6713 data sheet.

    I am working with the simulator, using CCS 3.1.

    I created a program and am using some assembly functions in my c code. When I build the program I get 0 errors, but when I try to run the program it give me this error:

    Did you get any warnings ?

    What kind of project and what simulator are you running ?

    Do you have linker.cmd file (*.cmd) in your project ?

    If not, try to use and check, you are getting the same behavior ?

    Have you tried to run "hello world" program through simulator ?