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
the hex2000 of ccs3.3 do not make xxx.out convert to xxx.hex, I use tms320lf2403a, I need the file of hex to test the GPIO of the chip.
When building for the TMS320LF240xA family of devices, an older compiler tool chain is used. The compiler executables have names like dspcl and dsphex. Do not use the tool chain for the TMS320C28x family of devices, which has compiler executables with names like cl2000 and hex2000. The utility dsphex, which you need to use in place of hex2000, is documented in the Fixed-Point DSP assembly language tools manual.
Thanks and regards,
-George