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.

Debugger setting in CCS5.2

Other Parts Discussed in Thread: TMS570LS20216

I build a board with TMSLS21216.

first: How can I configure Debugger setting.for example if I want to debug without flash programming.

Second:  If I want to run  Hercules Demo program (RM48 evaluation board) from SDRAM  which

setting must change?

  • What is the part number?

    TMS570LS20216 or TMS570LS21? or RMxx

    I ask this question because they are different devices, the code is not fully compatiable.

    Next, let me see if I understand your question: you want to sway the address of RAM and Flash; After that, whenever you load the code, the code will be download to and run in the RAM, right?

    To do this: in the debug view

    Regards,

    Haixiao

     

  • Dear  Haixiao Weng

    Thank for your attention.

    My system is TMS570LS20216.I didn't want to change memory map.I want to load program to ram for debugging.

  • The exception/interrupt vectors are located at zero address. This is hard-coded. If you want to execute the code in RAM, you should switch the address of RAM and Flash as I said + put both the program and data in the new ram address range. Otherwise (if you don't want to swap), you need sth like a small boot loader at Flash address 0. That makes things even more complicated.

    Regards,

    Haixiao