How to get *.out file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-11 6: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.
- Labels:
-
STM32CubeMonitor
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-12 12:50 AM
When find files, End Directory is "Debug" folder.
Only then will the "elf" file be visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-12 12:50 AM
When find files, End Directory is "Debug" folder.
Only then will the "elf" file be visible.
