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?
Solved! Go to Solution.
2025-01-07 7:52 AM
Hello,
I think STM32CubeCLT tool is what you need.
The user manual.
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?
2025-01-07 7:52 AM
Hello,
I think STM32CubeCLT tool is what you need.
The user manual.
2025-01-07 2:08 PM
Perhaps export, and look at a makefile, and how it calls the compiler, linker, etc.