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/TMS320F280041: GUI over SCI

Part Number: TMS320F280041
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hello,

I have done some programming of the F280041 for reading some ADC inputs (sine waves) and setting some PWM. Until now, I was controlling it with a GUI from the GUI composer and connected over the debug probe XDS110. 

After a while using it and debugging some errors, now I want to read faster signals... so I have the issue that the update rate of the XDS110 is around 200ms, thus I decide to try to make a GUI through UART. I have seen the tutorials at the GUI composer, but they are for MSP chips... When using the F280041 I don´t really know how to proceed... Could someone help me, please?

- How should the data be sent?

- What messages need to be sent and how to select them in the GUI?

- How to read a variable from the GUI to the µC?

Thank you very much,

Luis