STM32H750XBH6 Data Flash Memory for Application Data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-18 6:21 AM
Does the STM32H750XBH6 have data flash memory that I can use to store 200 bytes of application data? For example to store the IP address etc..
The datasheet says something about "2 Kbytes (64 flash words) of user option bytes for user configuration". Is there a driver from ST for this memory? How do I activate this driver in MXCube?
Best regards Roger
- Labels:
-
Flash
-
STM32CubeMX
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-18 7:23 AM
There should be FLASH (OTP, Option Byte) examples in the CubeH7 board example forks.
Check also API descriptions/syntax in HAL stm32h7xx_flash.c and flash_ex.c type files
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-18 3:28 PM
STM32H7 does not have OTP.
AFAIK there is no public reliable way to use the "option bytes" space.
It is possible to write these 200 bytes into free space after the end of the firmware (as usual - aligned on 32 bytes..)
