Hello:
I partitioned the FlexNVM of S32K146 into 32K EEP Backup + 32KD-Flash, and placed the main function of the BootLoader project in the D-Flash area. Why did it crash when I tried to erase the EEPROM in the BootLoader project?
Solved! Go to Solution.
In case you are erasing data flash, you must execute the code from code flash. Pay attention to paragraph below>
View solution in original post
Dear Telechips:
I have a need to write EEP in D-Flash(BootLoader). It is said that the RAM solution can write EEP. Can you give me an example?