Page 1 of 1

Flashing with Arduino MCU

Posted: Sat Jul 25, 2020 10:18 pm
by voha888
I think this is quite possible? Create such a sketch for arduino-compatible microcontrollers, with which you can flash any STM32 via UART? Or maybe there is a ready-made one?

Re: Flashing with Arduino MCU

Posted: Sun Jul 26, 2020 10:19 am
by ag123
a usb uart example sketch is there in libmaple core, so you can program a stm32 pill board with a stm32 pill board
https://github.com/rogerclarkmelbourne/ ... -w-signals

Re: Flashing with Arduino MCU

Posted: Mon Aug 03, 2020 10:35 pm
by voha888
Thank You