Programming the STM32G030F through serial interface
Greetings,
I've always programmed MCU's using USB connector (e.g., on Nucleo boards) or through JTAG (for custom boards). We are considering STM32G030Fx (TSSOP20 package) for sensor control - however, I need to figure out how to program the chip. From what I've read, I need to assert BOOT0, then use either I2C or UART to make the physical connection to the board; UART is my preferred interface.
I imagine I would hook an FTDI board between my computer (i.e., USB) and the MCU UART TX/RX pins. What then? Select ST-Link in CubeIDE with SWD. Anything else? Is there a cheat-sheet available that describes the process?
Any help would be greatly appreciated! Thanks much!! Rick
