cancel
Showing results for 
Search instead for 
Did you mean: 

COMPILATION USING BATCH FILE

arun27
Associate

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?

3 REPLIES 3
arun27
Associate

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?

Hello,

I think STM32CubeCLT tool is what you need.

The user manual.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Perhaps export, and look at a makefile, and how it calls the compiler, linker, etc.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..