2023-01-06 04:55 AM
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
Solved! Go to Solution.
2023-01-06 09:29 AM
Microcontroller Details -STM32F4 is as all stars in one galaxy. Read AN2606
2023-01-06 05:19 AM
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
2023-01-06 05:24 AM
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.
2023-01-06 09:29 AM
Microcontroller Details -STM32F4 is as all stars in one galaxy. Read AN2606