cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Bootloader design for STM32F4

vchau.1
Associate

Hi All,

Kindly let me know how to customize standard ST bootloader and change the default UART pins, Currently bootloader working on UART1 and UART3, but i want bootloader on UART2

Microcontroller Details -STM32F4

1 ACCEPTED SOLUTION

Accepted Solutions
MM..1
Chief II

Microcontroller Details -STM32F4 is as all stars in one galaxy. Read AN2606

View solution in original post

3 REPLIES 3
KnarfB
Principal III

The in-chip bootloader is in ROM and cannot be changed. You may look into https://github.com/STMicroelectronics/stm32-mw-openbl for a SW based solution.

hth

KnarfB

You can code your own software to do whatever you want

The front flash sectors are 16KB to accommodate you creating you own loader/startup methods.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
MM..1
Chief II

Microcontroller Details -STM32F4 is as all stars in one galaxy. Read AN2606