Skip to main content
Visitor II
June 16, 2020
Solved

Variable node configuration lost after build

  • June 16, 2020
  • 1 reply
  • 705 views

Hi everyone,

I have been using STM32CubeMonitor for some time and I love this tool. The only problem I have is when I compile my code, I have to reselect the variables in the configuration of the variable nodes. Is there a way for the software to remember the variables I want to analyze or at least a way for the software to tell me that it is no longer able to find the variable select in the code? Because for now when it does not find the variable, it simply displays a null value in the graph

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    Hello

    The tool is checking the executable/elf content only when the elf variables nodes is edited. When the flow has been deployed, the executable is not monitored anymore, and update is not detected. So the tools is accessing to the address of older version, but is able to read some data. (May not be null value).

    The idea to monitor the file and warn the user when changed would be a nice improvement. We will study if we can do this improvement.

    Thank you

    Stephane

    1 reply

    ST Employee
    July 9, 2020

    Hello

    The tool is checking the executable/elf content only when the elf variables nodes is edited. When the flow has been deployed, the executable is not monitored anymore, and update is not detected. So the tools is accessing to the address of older version, but is able to read some data. (May not be null value).

    The idea to monitor the file and warn the user when changed would be a nice improvement. We will study if we can do this improvement.

    Thank you

    Stephane