2020-10-22 03:56 AM
It is necessary to write the calibration coefficients into the stm32h743 memory. What I need:
1. Writing to eeprom
2. Reading eeprom
3. Erasing a data cell eeprom
An example should be on "cmsis".
Thanks for your time
2020-10-23 10:22 AM
Hello @mrnukeolubev ,
Have a look at the EEPROM example available under STM32CubeH7 MCU package:
STM32Cube_FW_H7_V1.8.0\Projects\NUCLEO-H743ZI\Applications\EEPROM\EEPROM_Emulation.
Please refer to AN3969 of STM32F4xx devices for further details regarding this application to understand the principles about EEPROM Emulation.
For STM32H743xx devices Flash memory specification, please refer to the STM32H7xx Reference Manual .
Hope this helps you.
Imen
2020-10-24 05:05 AM
Stm32h7 deletes a 128 kbyte sector.
The problem is I need to overwrite exactly 4096 bytes. To overwrite them, you first need to erase a sector of 128 KB. Where should I write the remaining 124 KB to save?