Skip to main content
Visitor II
February 17, 2022
Question

MAC OS + CubeMonitor don't show variables

  • February 17, 2022
  • 1 reply
  • 772 views

If you add a project folder, the program finds firmware.elf, but does not find variables in this file.

This is a working project, stm32f030 with this firmware is on my desk and works.

For the experiment, I started CubeMonitor under sudo, I thought, maybe the program does not have permissions to access the file, I gave permissions to the file for everyone, but this did not solve the problem.

Does this problem have a solution?0693W00000JQBBIQA5.png0693W00000JQB6cQAH.png

    This topic has been closed for replies.

    1 reply

    RPavl.2Author
    Visitor II
    February 17, 2022

    I figured it out and it was in the build_flags = -ggdb parameter. But now there is another problem. All data on the graph is zero. I made a test variable ++, but it is also 0 all the time.