2019-11-26 02:15 AM
hi stm,
i want to flash using USART. what is procedure.
flashloader demonstrator is not working, it is getting hanged (win 7). but target is WIN XP.
mcu board is need to connect with WIN-XP PC. how to achieve the target.
2019-11-26 02:23 AM
The boot loader protocol is documented in an application note, you'll need to implement that on your chosen platform.
You might look to create your own IAP loader from the assorted example, they use YMODEM so would just need a terminal application that uses that.