2019-10-29 08:03 PM
Is it possible to program one byte per time on STM32H7.If it is supported, how should I do? Is there any demo?
Thank you
2019-10-29 11:22 PM
While it's theoretically possible to program a partial FLASH word (which is 256 bytes), further programming parts of the same word is more or less impossible as it most probably results in incorrect ECC.
Read the FLASH chapter in RM, concentrate on FLASH program operations subchapter.
JW