2022-05-23 09:53 AM
Reviewing USART protocol used in the STM32 bootloader, I noticed the system bootloader accepts some commands on the UART bus. By chance, will anyone be able to provide an open-source tool that communicates with the processor to send these UART commands to the system bootloader?
The AN3155 provides enough information to create own "host" to communicate with the device bootloader. Don't want to duplicate work if it already exists.
2022-05-23 10:43 AM
https://github.com/arduino-libraries/MKRWAN/tree/master/examples/MKRWANFWUpdate_standalone
2022-05-23 11:18 AM
How you mean remotely ? UART from PC? Then STMProgramer sw works.