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.

TMS320F280039C: Attach Running Target

Part Number: TMS320F280039C
Other Parts Discussed in Thread: TMS320F28035

Hi Experts:

                 I need to attach to a running target TMS320F280039c. I used to do that without problem in the TMS320F28035, but with the same configuration, I cannot do that with this new microcontroller.

How could the Debug Configuration be done to attach to a running TMS320F280039c?

Regards,

Fernando

  • Hi Fernando,

    There are two ways you can do that.

    • Make a copy of Target Configuration file, and then open Target Configuration file, select C28x, and remove the GEL file. Save the target configuration, and launch it. Then connect C28x. It will not reset the device. You can go to CCS menu Run -> Load -> Load Symbol and then you should be able to debug without disturbing the state.
    • Open the GEL file, Open the function OnTargetConnect(), and comment the function call GEL_Reset(). Save the GEL file and reload it. Now you can connect the target and load the symbol.

    Thanks & Regards,

    Santosh