Question
Update via UART without circuit jumper STM32F769
Posted on July 07, 2018 at 17:32
Hello,
I have a custom board with the MCU STM32F769. We integrate the board inside a machine. To update the software, the user has access only to RS232 and power ON/OFF switch.
We use another controller (not from STM ) and we wanna change to STM controller. But we have to use our current flash procedure:Power ON --> the UART go into the Boot mode for few seconds.If the UART detects a flash command from the flash tool, the controller begins to update the software. If there no command from the Flash tool detected, the controller executes the user code.Is there a way to flash the STM32F769 through the UART without to set any jumper on the circuit.
Thank you for your help