Tool/software: Code Composer Studio
I'm currently trying to include a BLOB into the firmware binary, so only a single file needs to be flashed to the microcontroller during production. For ARM based devices this can be achived by converting the BLOB to an object file and then simply link this to the final binary. Is there similiar approach for tms320f280x devices?
Any help is appreciated,
Thomas