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.

TMS570LS1224: What is the process of CCS compile/link/upload code to microcontroller?

Part Number: TMS570LS1224
Other Parts Discussed in Thread: UNIFLASH

My question is, What happened after I click the CCS "run" or "debug" button? Is the code will overwrite to the start point of Flash Memory(address 0x00)? Can I upload the code by myself without CCS?

  • Hello,

    Under Project Properties-->Debug  you can find some options about how CCS is acting when you start the debug process ( for example you can use "Necessary Sectors Only" under Flash sub-menu. This will erase only the sectors that the current program writes to; the remaining sectors will retain their data).

    You can use UNIFLASH ( www.ti.com/.../UNIFLASH ) to upload the code separate from CCS. Uniflash is standalone flash tool.

    Best regards,
    Miro