Tool/software:
Hi
Can i use batch file in command line + makefile for generate HEX/BIN ?
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.
Hello,
Can i use batch file in command line + makefile for generate HEX/BIN ?
You can skip the makefile part and just call the hex utility directly from your batch file.
Documentation on the hex utility can be found in the assembly language User's Guide for your device family. For example for C2000, see chapter 12 of the C2000 assembly language user’s guide: https://www.ti.com/lit/ug/spru513z/spru513z.pdf
Thanks
ki