LAUNCHXL-F28379D: Code Composer Studio

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi,

I am generating a .out file using Code Composer Studio and flashing it on the LaunchXL-F28379D.

I would like the ability to use the final generated .out file and modify variables/parameters without the need to recompile.

Is there a GUI or and code example that provides an interface for doing this?

  • Hello,

    If you are using a CCS project and modifying the project files (.c, .syscfg, etc.), you will need to recompile in CCS to update the generated .out. Is there a particular reason you need another way of accomplishing this other than building the project?

    Best Regards,

    Allison

  • Hi Allison,

    I would like the end user to not have access to the source code for any modifications needed.

    I would just like to provide the ability to edit variables using the .out file and reflash using Uniflash software.

    Thank you.

  • Hi Rajesh,

    Typically, parameters would either be changed in the project/recompiled, modified during a CCS debug session, or perhaps sent to the device via some communication protocol. What parameters are you trying to modify? 

    Best Regards,

    Allison