cancel
Showing results for 
Search instead for 
Did you mean: 

How to program STM32F103C8T6 WHICH SOFTWARE TO USE

Not applicable

Hello sir

How to program STM32F103C8T6 with usb

1 ACCEPTED SOLUTION

Accepted Solutions
Clive1 (HNL)
Senior II

Pull the BOOT0 pin high so the part enters the ROM System Loader when reset.

The USB connection should up in DFU mode. Use the STM32 Cube Programmer application to connect in "USB" mode, and program it from there.

View solution in original post

6 REPLIES 6
Clive1 (HNL)
Senior II

Pull the BOOT0 pin high so the part enters the ROM System Loader when reset.

The USB connection should up in DFU mode. Use the STM32 Cube Programmer application to connect in "USB" mode, and program it from there.

Not applicable

Hello

Where to download stm32 cube programmer application

Google "stm32 cube programmer", magic happens..

https://www.st.com/en/development-tools/stm32cubeprog.html

Not applicable

Hello

How to install it is asking for java

Not applicable

Hello

What to do next i have install

You should be able to "program" the device at this point with the .HEX or .BIN you've developed.

If the board with the STM32F103 on is in DFU mode you should be able to select "USB" as connection mode, and "CONNECT" to it.

Your question is rather vague and nebulous, try to refine it for a technical audience.

If you need to write the software, look at tool chains like Keil, IAR, etc.

There should also be a wealth of videos on YouTube and the Education site here which will cover foundational concepts/processes.