Part Number: TM4C1294NCPDT
Tool/software: TI C/C++ Compiler
I want to generate .bin file of my embedded application.
Using CCSv6 and CCSv8.
How to generate .bin file (for CCSv6 and CCSv8)?
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: TM4C1294NCPDT
Tool/software: TI C/C++ Compiler
I want to generate .bin file of my embedded application.
Using CCSv6 and CCSv8.
How to generate .bin file (for CCSv6 and CCSv8)?
Please see this forum thread. Though instead of the MSP430 GCC objcopy, you ought to use ARM GCC objcopy. It is located in a directory location similar to ...
C:\ti\ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32\bin
Thanks and regards,
-George