cancel
Showing results for 
Search instead for 
Did you mean: 

plotting an entire array of data

Gaston
Senior

Hi,

I'm able to plot a single variable with STM32Cube Monitor v1.2 but not an array like uint16_t adc_buffer[2][256]

How can I do this?

gaston

2 REPLIES 2
Richard.Chvr
ST Employee

Hello @Gaston​ 

In order to get whole array, you need to select all of it variables in the variable node edition.

Upon executable config file edition, select "Expand Variable List" check box to be able to select them.

Hope it helps!

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Gaston
Senior

Hi Richard,

In my case I use a [7][256] uint_16 array and I need to acquire (for example) 256 samples of index 2 of this array located at &acq_adc_buffer[2][0] address. In STM32Cube Monitor I select this variable as shown:

0693W00000BbHxDQAV.png0693W00000BbHxXQAV.png 

But in the Chart I only get a single acq_adc_buffer[2][0] data, not the whole array of 256 samples.

0693W00000BbHzsQAF.pngAny idea?

gaston