Hello:
I have an embedded field upgradable application for a TMS320F28335 that I'm building with CCS 3.3. I've been generating a binary image (.out->.hex->.bin) to download via RS232 for upgrades. I've been successfully using this method without locking the DSP via the CSM password (8 words @ 0x33fff8). I've been able to properly link a .out file with the initialized CSM password at locations 0x33fff8-0x33ffff. The hex file also appears to be generated properly as well (inspecting it manually). However, when I perform the binary translation using hex2bin.exe, any data I try to put in the 0x33fff8-0x33ffff region is discarded (and, in fact, it combines with the previous 2-word segment @ 0x33fff6 before it and discards the whole thing, not putting any of it in the final binary image):
Saving Segment, Starting Address = 0x30f59a, Segment Length (words) = 222.
Disgarding Segment, Starting Address = 0x33fff6, Length (words) = 10.
Can anyone provide any assistance? Thank you!