Other Parts Discussed in Thread: HALCOGEN
Tool/software:
Hi,
I require a mechanism to store configuration in flash memory and frequently copy it to RAM. At the end of each ignition cycle, the updates from RAM need to be stored back into flash memory. However, I understand that frequent erasing and writing operations are not recommended for flash memory. Instead, EEPROM should be used for such purposes.
Could you please advise if I can utilize the same FAPI commands that I currently use for erasing and writing in flash for EEPROM? Additionally, I would appreciate detailed guidance on how to copy the code from EEPROM to RAM since i'm new to this.
Thank you.