2017-06-06 01:37 AM
Hi
I am planning to use STM32F030C8 in a project, but I want to ask if it's possible to program the chip through I2C. I want to use a controller (might be based on STM32F1 series) to act as a master that will flash the slave controller (
STM32F030C8)
on another board. I searched the app notes online and found ST's AN3078 which explains how to do IAP over I2C for STM32F10x microcontrollers in master-slave (US-I2C bridge). Can the same thing be applied to STM32F0 series? Or do they lack this feature?
Thanks
2017-06-06 04:16 AM
According to this:
The
STM32F030C8
falls into the STM32F05xxx and STM32F030x8 category which only features UART as a bootloader source.You can still implement your own I2C bootloader, but you will still need to program your bootloader first.
2017-06-07 03:59 AM
Could you please recommend me an mcu with similar specs to STM32F030C8 and can be programmed through I2C?