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: TI C/C++ Compiler
Hi,
I have recently written a set of Flash kernels and bootloaders for the CPU1, CPU2, and CM processors in the F28388D MCU.
For the CPU1 and CPU2 processors, the C28x version of the Hex Utility tool has the option to conveniently output the boot table in a binary format. However, for the CM processor, the ARM version of the Hex Utility does not have an binary output format and I had to perform additional processing on the ASCII output to get the boot table into a binary format.
So my questions are:
Sincerely,
Howard Li
Howard Li 2 said:How come the ARM Hex Utility does not have the option to output in a binary format?
It does support the option --binary (or -b for short). It works the same way as with the C28x hex utility.
Thanks and regards,
-George
George Mock said:Howard Li 2How come the ARM Hex Utility does not have the option to output in a binary format?It does support the option --binary (or -b for short). It works the same way as with the C28x hex utility.
Thanks and regards,
-George
Ah, I see it now. It is available on ARM CGT 20.2.1, but not on ARM CGT 18.12.4.
The ARM hex utility has supported --binary a long time. But the documentation didn't cover it. This error was corrected recently.
Thanks and regards,
-George