Example script/program for I2C bootloader commands
Hi,
I'm using a STM32G07x1 that will need to receive firmware updates from an embedded Linux CPU. The only connection between these devices is an I2C bus so I plan to use the ROM I2C bootloader to handle updates.
I am aware of AN4221 that describes how to use the I2C bootloader commands, but are there any example scripts or C/C++ programs that demonstrate programming a STM32 MCU over I2C?
Thanks,
Josh
