2020-05-28 07:17 AM
i am using stm32f746 controller.
i want to upgrade fw using internal eeprom
i store hex file in eeprom and after i download in flash
please have any guidance plz provide us
2020-05-28 09:32 AM
The STM32F7 doesn't have an internal EEPROM.
There are many ways to do an in-place firmware upgrade. Here are a few of them:
2020-05-28 03:18 PM
Just for a clarity:
Flash memory is a type of EEPROM designed for high speed and high density, at the expense of large erase blocks (typically 512 bytes or larger) and limited number of write cycles (often 10,000). There is no clear boundary dividing the two, but the term "EEPROM" is generally used to describe non-volatile memory with small erase blocks (as small as one byte) and a long lifetime (typically 1,000,000 cycles).