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.

TMS570LS0432: bootload app can not debug

Part Number: TMS570LS0432

Dear team,

Due to the boot load, the application code is placed after 0x8000 and the sys_link.cmd file of the project needs to be modified.

 The customer changed 
  VECTORS (X)  : origin=0x00000000 length=0x00000020
    FLASH0  (RX) : origin=0x00000020 length=0x0005FFE0
TO
       VECTORS (X)  : origin=0x00008000 length=0x00000020
    FLASH0  (RX) : origin=0x00008020 length=0x00057FE0
The bin file can be generated after modification, but it cannot be debugged. Will be stuck in startup.c void _c_int00(void) function. The sys_link.cmd file is also generated by HCG. Manually modified later.
The small project created manually by the customer (hcg is not used) has no problem at all and can be debugged. It can also be downloaded through bootload and run correctly.
So
1. What should the customer pay attention to when modifying sys_link.cmd for projects that use hcg to generate code?
2. Using HCG, can flash be configured to determine sys_link.cmd?
Please help.