This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: Post processor for the abs file.

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

I have a special need that after building my project in CCS, I need to process the "ABS" file for distribution referred to as the "Post Processor". I would like to embed some information specific to the build process that can aid the "post processor" in doing something unique.  Please note that the information does not generate any code for the target processor, but only aid the "post processor" to do something unique.

The abs file contains "$build.attributes" section.  Is it possible to specify some information that could become part of the "$build.attributes" section?  Or, perhaps, a way to specify a unique section that could contain the information i desire?

I am using the latest code composer and the compiler for c2000 micro-controller.

Thanks in advance