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.

TMS320F28379D: GUI Composer: Example needed for grid data column

Part Number: TMS320F28379D


Can you provide an example for how to populate a gc-widget-grid-data-column with data from an array on the target?

For example, say I have a global variable on the target exampledata[5]={1,2,3,4,5};  

How do I get the content of exampledata into the grid column?

The example javascript from the help for the widget skips over this part.

Thanks!