Tool/software: Code Composer Studio
I am trying to view and graph a variable that updates once per 25 ms. The variable is stored in a 20 value buffer in the DSP memory, and I can view the contents of the buffer in my Expressions panel. However, instead of updating the whole buffer once per 500 ms, it updates roughly once per 20 s.
I have changed the update period in Window > Preferences > Code Composer Studio > Debug to 100 ms, but it is still very slow. The Graph view updates at the same rate as the Watch Expression.
I am connected to the DSP via an XDS510LC JTAG emulator and a Spectrum Digital eZdsp expansion board. CCS Version: 8.2.0.00007 on Windows 10.