Part Number: MSPM0L1306
Hi all.
I would like to compile my project to have a .txt file as output, to be used later with MSPM0 Bootloadr GUI ..
I can't find any option in CCS 12.2 that I can use to achieve my goal.
Thanks for any help
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.
Part Number: MSPM0L1306
Hi all.
I would like to compile my project to have a .txt file as output, to be used later with MSPM0 Bootloadr GUI ..
I can't find any option in CCS 12.2 that I can use to achieve my goal.
Thanks for any help
Hi Matteo,
Are you use GCC complier? I suppose GCC complier can not generate TI-TXT file.
I recommend you use TI Clang complier for output the .txt file.
B.R.
Sal
Actually changing the compiler to TI Clang, now in the project properties appears the checkbox "Enable Arm Hex Utility"

after having checked it I also have the possibility to select as output format TI-TX file.
However, changing the compiler to a complete project causes a series of compilation errors.
Do you have other solutions to recommend?
Thank you,
MatteoHi Matteo,
Sorry, I have no other recommendation for this situation.
Maybe you can modify your project based on SDK example which is build by TI clang compiler.
By the way, I reccommend you use CCS12.3 for developing MSPM0L production sample version.
B.R.
Sal