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.

TMS320F28069M: How to use gUserParams in GUI ?

Part Number: TMS320F28069M

Tool/software:

Hello Expert

Can I use gUserParams  item such as below in GUI ?

If yes, how to achieve it?

Currently I use below method to control my file.

Regards

  • Hello,

    I have brought this thread to the attention of the GC experts. Please note that today is a local holiday, hence the delay.

    Thank you for your patience.

    ki

  • Hello, 

    You would need to first make sure that your target communication in GC app is using XDS/Program model configuration. Here is some info on how to set this up

    7.6. GC Component Library v3: XDS/JTAG example — GUI Composer Getting Started

    The firmware property would need to point to your .out file that you created with CCS. The .out file is used to obtain symbol names which are then used to read appropriate memory region. 

    In your binding for a variable, you would need select the program model ID in the drop down and right-hand side of the binding would need to be the same expression that you would enter in CCS watch window. 

    Martin