2016-02-23 12:17 PM
Is it possible to program the STM32F030K6T6 via SPI, UART, or I2C? Or is the SWDIO port the only way to program the device?
Thanks!John2016-02-23 12:29 PM
The bootloader is pretty flexible, and yes it potentially supports all of those methods. Support varies by chip. See AN2606:
http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdfYou need to start up in boot mode for the microcontroller to be listening on these channels.