DSP HEX Generation¶
We recommend that customers utilize the "hex6x" utility from Code Composer Studio to generate the .hex field from the .out. An example of this usage in a .BAT file can be seen in the MDK directory (C:\MityDSP\2.12\software\demo\CCSV5\UDP_echo) in the "postBuildStep_Release.bat" file. In that file the following command is executed as an example:
c:\ccstudio_v3.3\c6000\cgtools\bin\hex6x -romwidth 32 -i -o Release\UDP_echo.hex Release\UDP_echo.out
Go to top