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.

TMS320F28335: Real Time Parameter Changes SCI

Part Number: TMS320F28335


Hello,

I am just wondering if there is any software applications that will work with the generated .map file from CCS to allow real time changes to stored values using SCI communication. Currently we use a custom made software that was created to work with the 2809 processor, we are able to load the .map and monitor/change the value of all the global variables in real time. We use this program to adjust the stored slope and offset values to our ADC inputs, for calibration purposes.

Instead of modifying our existing software I am hoping to find something already available.

Best Regards,

Luke Nicholson 

  • Luke,

    You could look into GUI Composer to see if it fits your needs. GUI Composer allows you to create custom GUI applications that can run online or on the desktop, where you can bind global variables to widgets and change/monitor them in real-time using the GUI. 

    Please start with the resources available under this link: http://dev.ti.com/tirex/#/?link=Development%20Tools%2FUtilities%2FGUI%20Composer

    I would suggest starting with the "Getting Started Guide" and "User's Guide". Then have a look at the tutorial written for the F283779D (since it is in the same device family). Hopefully the information there will help you determine whether the tool fits your needs.