User space for storing some bytes in stm32h7 MCU in runtime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 8:25 PM
hi,
i want to store some bytes ( 4 Bytes) of data in MCU flash registers in program run time .
In flash user locations are available or not. If available how can i assign the bytes to flash locations in run time.
- Labels:
-
Flash
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-07 8:30 PM
The standard flash write methods work at run-time. The primary issues being you can only write once, the write stalls the processor, and the sectors are relatively large.
You can journal the writes all across the sector, and then find the last value written.
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
‎2020-01-08 1:16 AM
H7 series MCUs come in 3 possible flash arrangements, which one do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-22 8:35 PM
stm32h750vit -> 128 KB Flash, 1MB RAM in this any direct or Specific user location to write the data
