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.

CCS/TMS320VC33: Problem in C3X simulator for the old code composer 4.10.00.37 SP2

Part Number: TMS320VC33


Tool/software: Code Composer Studio

I have successfully loaded a program on a C3x simulator (TMS320C31), however I am getting the following error:

Can't Single Step Target Program

Error number -2154

Error address 0

The error occurs while single stepping certain type of instruction, when I try to load a variable into a register

for example in my asm code:

    .data
x   .float    1.12345

then in my main function:

LDF    @x,R0