Tool/software: Code Composer Studio
Hi,
I am working with Code Composer version: 7.4.0.00015.
I get an analog signal (sinusoidal waveform) via A/D converter and store it on an array of 300 position, defined as double MY_BUF[BUFFER_SIZE], where BUFFER_SIZE is 300.
My issue comes when trying to plot the array in a graph, I get an error message saying double[300] is 16. Only unsigned type of 32/64 bits supported.
I had never experienced this issue before, and I don't get any problems if I just put in graphs the same type of variable of only one position.
Best regards,
Cristina