Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Can I download my code from Keil uVision5 or STM32CubeIDE to the STM32F103C6T6 board via FTDI?

Status
Not open for further replies.

Blue10

Junior Member level 3
Junior Member level 3
Joined
May 28, 2019
Messages
28
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
186
Hello,

Can I download my code from Keil uVision5 or STM32CubeIDE to the STM32F103C6T6 board via FTDI? If yes, then how should I do it? I can't find anything that helps online.
If there is no method to do so with these two IDEs, is there any other IDE (except Arduino IDE because I want to learn advanced programming and stay away from Arduino) that will help me?

Thank you.
 

Solution
Hi,

There is a PC (Windows) software called: STM32CubeProgrammer, it can talk with the MCU internal bootloader:

STM32CubeProgrammer --> VirtualComPort --> USB --> FTDI --> UART --> MCU

The MCUs usually have several UARTs able to communicate with the Bootloader.
It needs a RESET cycle while the BOOT_pins of the MCU need to be set up correctly to enter the Bootloader.

Klaus
Hi,

There is a PC (Windows) software called: STM32CubeProgrammer, it can talk with the MCU internal bootloader:

STM32CubeProgrammer --> VirtualComPort --> USB --> FTDI --> UART --> MCU

The MCUs usually have several UARTs able to communicate with the Bootloader.
It needs a RESET cycle while the BOOT_pins of the MCU need to be set up correctly to enter the Bootloader.

Klaus
 

    Blue10

    Points: 2
    Helpful Answer Positive Rating
Solution
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top