cancel
Showing results for 
Search instead for 
Did you mean: 

Programming full flash image over I2C

Bhautik
Associate II

Hello,

Is it possible to write the full image over I2C? If so, what is the recommended way to do this?

Regards,

Bhautik

2 REPLIES 2

You don't mention a specific I2C, or context. If you write your own boot loader you have significantly more options/methods, but at the expense of code space

STM32 I2C bootloader protocol

https://www.st.com/resource/en/application_note/dm00072315-i2c-protocol-used-in-the-stm32-bootloader-stmicroelectronics.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Bhautik
Associate II

Thanks for the update