Other Parts Discussed in Thread: C2000WARE, UNIFLASH, SYSCONFIG
Champs,
I am trying to make use of the .hex files generated by the hex utility. I start with a stock c2000ware example (e.g. cputimer), load the project into CCS, enable hex utility in the properties and select Motorola S hex as an output (tried both m=1 and m-3) . Upon build the utility generates a warning as below:
warning: Data is being written to auto-generated file timer_ex1_cputimers.m01
I then try to load the resulting .hex into the LP using Uniflash (latest 8.2 version). and it fails with a checksum error.
I do see the .m01 file being generated alongside .hex and the explanation here: https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/761417/compiler-tms320f28377s-warning-data-is-being-written-to-auto-generated-file
it isn't helpful though as there is no PAGE directive in the .cmd file or anything else that would explain the purpose of the .m01 file either in the c200ware UG or the Assembly Language tools document (spru513y)
Will greatly appreciate your clarification
Michael