Other Parts Discussed in Thread: C2000WARE
Hi all,
For our production plant we need to generate a binary. Why not use hex? Our test engineers are stubborn.
After compiling and generating a hex file using the C2000 Hex Utility in Code Composer 12.2, some readable ASCII text is present which is unwanted.
After the application, the following is present:

This converts to the following:
/home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/flash.h/
home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/flash.c/
home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/xbar.h/
home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/gpio.c/
home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/dcc.h/
home/ubnuser/ti/repos/c2000ware_release/driverlib/f280013x/driverlib/sysctl
Why is this? How can i prevent this?
Using:
Code composer 12.3.0.00005
Compiler: TI v22.6.0.LTS
C2000 Hex Utility set at format --binary
Compiler optimizations: -O 2 - Global Optimizations, -mf 3
Thanks in advance.