Skip to main content
April 12, 2019
Solved

How to program STM32F103C8T6 WHICH SOFTWARE TO USE

  • April 12, 2019
  • 4 replies
  • 1042 views

Hello sir

How to program STM32F103C8T6 with usb

This topic has been closed for replies.
Best answer by Clive1 (HNL)

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.

4 replies

Clive1 (HNL)
Clive1 (HNL)Best answer
Explorer
April 12, 2019

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.

April 12, 2019

Hello

Where to download stm32 cube programmer application

Clive1 (HNL)
Explorer
April 12, 2019

Google "stm32 cube programmer", magic happens..

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

April 12, 2019

Hello

How to install it is asking for java

April 12, 2019

Hello

What to do next i have install

Clive1 (HNL)
Explorer
April 12, 2019

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.