arm/le binary format files in Project Folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-04 6:56 AM
I don't understand why there are no more .c and .h files but these in my project:
What setting did I accidentally change?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-04 7:00 AM
You're looking under the 'Debug' folder - that is where build output is intended to go:
So this is intended behaviour - nothing wrong here.
Your source files will be here:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-04 7:00 AM
You're looking under the 'Debug' folder - that is where build output is intended to go:
So this is intended behaviour - nothing wrong here.
Your source files will be here:
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-04 7:15 AM
You are right, my oversight.
I thought I had messed up since I had recently moved the project directory!
