Skip to main content
Bhautik
Associate III
October 1, 2020
Question

Programming full flash image over I2C

  • October 1, 2020
  • 2 replies
  • 971 views

Hello,

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

Regards,

Bhautik

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 1, 2020

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 VenmoUp vote any posts that you find helpful, it shows what's working..
Bhautik
BhautikAuthor
Associate III
October 7, 2020

Thanks for the update