cancel
Showing results for 
Search instead for 
Did you mean: 

Need advices for STM32F7 bootloader (SD or USB)

rBlr
Associate III

Hello

I`d like to make bootloader for STM32F7 MCU and have few question how to starting with it.

I found `AN4854-IAP_OVER_SDIO` example but can't figure out how to proper open it in ST CubeIDE, which folder or file should be selected as root.

And another question if it is possible to update MCU firmware (user program) via USB flash drive (not SD card) when device should be updated by end user.

Thank you.

1 REPLY 1
FBL
ST Employee

Hi @rBlr 

First, you can import existing project into workspace without issues.

FBL_1-1721645833706.png

Second, you need to initialize USB host capability and file system support to read USB flash drive. To develop your custom bootloader, you can refer to How to Create a Super Simple Bootloader, Part 1: Getting Started - YouTube

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.