cancel
Showing results for 
Search instead for 
Did you mean: 

COMPILATION USING BATCH FILE

arun27
Associate II

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 II

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.

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..