All:
I know that you can add sliders for variables using GEL scripts.
Can the same type of GEL script be used to create a graph of data stored in a buffer?
Present instructions regarding graph window:
From the CCS Debug View, Tools-->Graph-->Single Time will bring up the following window. There are 4 values that need to be changed from the default values:
Acquisition Buffer Size – change to the size of the buffer = 4000
Dsp Data Type – change to 16 bit signed integer
Start Address – the address of the buffer: 0x20000
Display Data Size – again, change to the size of the buffer = 4000.
I would like to be able to do the above from a MyFunctions pull-down menu:
MyFunctions-->Graph_Waveform