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.

Trouble running Target CPU: Memory Map Error: WRITE access



I am facing this problem on CCS v3.1 when running the test program (from the book "Digital signal processing and applications with the C6713 and C6416 DSK") 

using the "C6713 Device Cycle Accurate Simulator" mode.

  • Check the .cmd and see the range of addresses as below

    MEMORY
    {
    IVECS: org=0h, len=0x220
    IRAM: org=0x00000220, len=0x0002FDE0 /*internal memory*/
    SDRAM: org=0x80000000, len=0x01000000 /*external memory*/
    FLASH: org=0x90000000, len=0x00020000 /*flash memory*/
    }

    If it's ok load the GEL file first before loading your .out file