COMPILATION USING BATCH FILE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-07 8:26 AM - last edited on ‎2025-01-07 8:31 AM by Andrew Neil
Can anyone help me to generate bin and hex file from source code using command prompt and batch file without stm32cubeide or its related any development environment?
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-07 4:38 AM - last edited on ‎2025-01-07 8:30 AM by Andrew Neil
duplicate - merged
Can anyone help me to generate bin and hex file from source code using command prompt without stm32cubeide or its related development environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-07 7:52 AM
Hello,
I think STM32CubeCLT tool is what you need.
The user manual.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-07 2:08 PM
Perhaps export, and look at a makefile, and how it calls the compiler, linker, etc.
Up vote any posts that you find helpful, it shows what's working..
