Is it possible to program one byte per time on STM32H7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-29 8: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
Labels:
- Labels:
-
Flash
-
STM32H7 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
