Question
How to modify existing bootloader.
Hi, I need to modify the bootloader of the STM32F427 MCU.
Specifically, I need to modify the UART portion of the bootloader so that it works with RS485.
This should just involve adding a control line for direction flow.
So, my questions:
- Is the source code available for the default bootloader so that I can add this simple modification?
- Are there instructions for how to program the modified bootloader?
Thanks
