Debug or Release elf file
(Windows 10 x64, TrueStudio v9.1.0, STM32CubeMonitor v1.0.0)
(Windows 10 x64, TrueStudio v9.1.0, STM32CubeMonitor v1.0.0)
Yes, think so. In STM32CubeIDE check Project > Properties > C/C++ build > Settings > Tool Settings / MCU GCC Compiler > Debug
The debug level defines the amount of debug information stored in the .elf. Release sets this to none, so variable names are unknown to STM32CubeMonitor.
Try changing this to -g3. Does that help?
For other IDEs/tool there are similar options.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.