Skip to main content
Lifei Yan
Visitor II
October 30, 2019
Question

Is it possible to program one byte per time on STM32H7

  • October 30, 2019
  • 1 reply
  • 639 views

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

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
October 30, 2019

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