2020-01-07 08: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.
2020-01-07 08: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.
2020-01-08 01:16 AM
H7 series MCUs come in 3 possible flash arrangements, which one do you have?
2020-01-22 08:35 PM
stm32h750vit -> 128 KB Flash, 1MB RAM in this any direct or Specific user location to write the data