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.

Data acquisition - How to ?

Hi,

I wish to have a running graph of  a data. CCS 4 has option for displaying Graph. However i wish to create my own application.

 

I know the basics of debugging, but i have no idea of GEL/DSS/Java Scripting. For starters, please help me how to  do the following in JS.

1) I have a interrupt running at 40us in 28035 processor. I wish to acquire the value at address '0x000---'  every 40us.

2) Store the data acquired in a temporary  buffer of length 1024 ( external to 28035 in some array).

3) Once 1024 samples are acquired, dump 1024 values into a .csv file with time stamp/sample number.

 

Thanks.

 

with warm regards,

K.Sugantha