STM32CubeMonitor display multiple variables
Dear all,
I used STMStudio until today to watch multiples values in real time.
Today i want to use STM32CubeMonitor and it seems a very interesting tool.
However i don't find a quick way to visualize multiple variables values in a array like STMstudio allowed it.
The only solution i found today is to get my variables, then perform a switch to get only one variable and disply each variable with a text :
My text node content to display the variable and its value is :
Is there a better way ? Indeed, with this solution, if i have to display 50 variables i need to put 50 text nodes on my page.
With STMStudio it was really easier. I think there is a better solution i don't know.
Best regards,

