2025-01-07 08:26 AM - last edited on 2025-01-07 08: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?
2025-01-07 04:38 AM - last edited on 2025-01-07 08: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 07:52 AM
Hello,
I think STM32CubeCLT tool is what you need.
The user manual.
2025-01-07 02:08 PM
Perhaps export, and look at a makefile, and how it calls the compiler, linker, etc.