S32K144 E-FLASH
07-16-2019
12:28 AM
1,828件の閲覧回数
liulei1
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The EEPROM simulated by flash on s32k144 is read and write through FlexRAM, and the address of read and write can not exceed 0x1400000+4K through code discovery. How to use FlexRom of 64K through read and write 4K FlexRAM?
2 返答(返信)
07-17-2019
08:10 AM
1,660件の閲覧回数

NXP TechSupport
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
There is only 4KB of EEPROM available.
The FlexNVM that is partitioned for EEPROM backup is not accessible to the user.
The backup is managed by the EEPROM state machine on the background.
Regards,
Daniel
08-01-2019
01:19 AM
1,660件の閲覧回数
liulei1
Contributor II
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you. You solved my problem perfectly.
