Question
STM32C0 Boot Programming
Hi, I am planning to use STM32C011F6 for a simple application and want to download application through UART1. How to use BOOT0 pin to program MCU for the first time.
According to data sheet, UART1 pins PA9/PA10 needs remapping to function as UART. Also the default functionality of PA14-BOOT0 is SWD interface SWCLK.
How to program MCU for the first time without using SWD interface?