2025-04-08 7:28 AM
I am trying to use live expression on an STM32G0 with an Stlink V3minnie. It's not allowing me to read any variable even once. I read that the variables need to be global. Is this true? Does this mean class variables also will not be supported but only static variables?
Thanks.
Solved! Go to Solution.
2025-04-08 7:50 AM
It does, indeed, say global variables:
2025-04-08 7:50 AM
It does, indeed, say global variables:
2025-04-08 11:10 AM
That worked. Even class static doesn't work but full static variables do.