2020-05-08 08:41 AM
2020-05-11 12:01 AM
Hello
It is not possible to monitor local variables because the variable address will be dynamic. STM32CubeMonitor need the address to read the variable.
Best regards
2020-05-11 12:01 AM
Hello
It is not possible to monitor local variables because the variable address will be dynamic. STM32CubeMonitor need the address to read the variable.
Best regards
2020-05-11 01:09 AM
Hello,
What about local static variables?
2020-05-11 01:28 AM
Hello
Local static variables are not managed by STM32CubeMonitor decoding. You can add some manually.
The question has been raised previously, please, see this post for details. https://community.st.com/s/question/0D50X0000CDmxvxSQB/parsing-dwarf-and-static-variables-declared-in-functions
Best regards
Stephane