Linux driver installation: http://padcom13.blogspot.com/2015/12/getting-started-with-stm32-on-ubuntu.html
<aside> 💡 Note that in the programming unit, we connect to the pins 2, 4, 6, 8. The pins are respectively SWCLK, SWDIO, GND, 3.3V. Corresponding are connected in the STM32.
</aside>
Use an Arduino and connect the RESET and GND pins together
https://whuangpro.wordpress.com/2017/10/29/custom-bootloader/
Arduino
] (DID NOT WORK OUT!!)Connecting pin2pin
Connecting through breadboard (some incorrect GND connections here)
RESET
and GND
both on Arduino to make it act like a serial adapter.GND
of STM32 and GND
of Arduino.3.3V pin
of STM32 to 3.3V pin
of Arduino.PA9 (Tx)
of STM32 to the Rx
of Arduino.PA10 (Rx)
of STM32 to the Tx
of Arduino.