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.

Reg Usage of C33 simulator

I am trying load the COFF file to the Ti simulator C33 simulator through the Code Composer IDE 4.10.37.

 

Compiled the code using the compiler TMS320C3x/4x C Compiler Shell           Version 5.11.

 

After getting the *.out file, I am trying to load this using the ‘Load Program’ option in the IDE. But I am getting the error as given in the screen shot below.

"Trouble Writing the DSP Memory"

Error number -2140

Error address 40

 

 

 

Please let me know how to load the program and use the simulator to execute the program.

 

 

Thanks and Regards

Dinesh

  • Dinesh,

    The tools you are using are very old, therefore I will only make some guesses based on what I recall from my memory.

    The error message describes a scenario where your .out file contains data or code in addresses where memory does not exist in the target. The simulators used to reproduce the device's memory map accurately, therefore this error.

    To fix this you need to modify your source project and allocate the code in valid memory places.

    Another alternative is to disable the memory map in the simulator. If I recall accurately, you can go to menu Option --> Memory map

    Hope this helps,

    Rafael