2021-01-11 06:22 PM
Hi,
When i use STM32CubeMonitor, I can't understand add some of values.
*.out file is not created when stm32 project debug?
How to get this file or know value's start address?
Solved! Go to Solution.
2021-01-11 11:55 PM
The file should be generated by the build operation in your IDE or toolchain. Format .out or .elf file will be fine.
If the file is not generated, you must check the options in the IDE.
Copy the file in the folder "F:\STM32\Q_Test\" and you should see it in the List. Then select the file, and the variable with static addresses will be displayed in the variable list.
2021-01-11 11:55 PM
The file should be generated by the build operation in your IDE or toolchain. Format .out or .elf file will be fine.
If the file is not generated, you must check the options in the IDE.
Copy the file in the folder "F:\STM32\Q_Test\" and you should see it in the List. Then select the file, and the variable with static addresses will be displayed in the variable list.
2021-01-12 12:50 AM
When find files, End Directory is "Debug" folder.
Only then will the "elf" file be visible.
2021-01-12 12:50 AM
When find files, End Directory is "Debug" folder.
Only then will the "elf" file be visible.