Hello!
I'm sure the question I going to ask was asked many times in one form or another, but searching the forum I could not find right answer.
I am using Graph tool of CCS 3.3. I have to plot array of integers, whose length could be from 72 to 1200 in one frame. The data become available every 10 ms. Inserting Graph and its formatting is straightforward. The only thing is that application is halted to upload graph data from CPU to CCS. It breaks real time operation of the application. So I wonder is there any good way to obtain graph data without actually halting the CPU?
I understand, that JTAG emulator throughput is limited (I am using BH XDS560). I don't mind to skip many frames, if I can upload just one without interrupting the CPU.