Tool/software: Code Composer Studio
Hi
I have a .hex file of a project. How can I use it for programming my TMS320F28034 from CCS?
Regards
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.
Tool/software: Code Composer Studio
Hi
I have a .hex file of a project. How can I use it for programming my TMS320F28034 from CCS?
Regards
Hello,
You can do a manual launch of the debugger to connect and load the hex file.
See chapter 7.3.2 of the User's Guide:
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#manual-launch
Thanks
ki
Thanks Ki,
If I want to generate a .hex file of my project, should I use Properties / Build / Steps / Post-build steps ?
How should I fill that field to generate a .hex file? Is this the only way I can use?
Regards.
Armin Miremad said:If I want to generate a .hex file of my project, should I use Properties / Build / Steps / Post-build steps ?
That is one option.
Armin Miremad said:How should I fill that field to generate a .hex file?
Please see chapter 12 of: https://dev.ti.com/tirex/explore/node?node=ABVjhMWrxnFMiuAQchQdbQ__FUz-xrs__LATEST
Armin Miremad said:Is this the only way I can use?
You can also use the Hex Utility properties in your project properties:
https://software-dl.ti.com/ccs/esd/documents/ccs_hex-utility.html
Thanks
ki