Flash Partitioning

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Flash Partitioning

690件の閲覧回数
am001
Contributor I

Hi,
I've implemented flash partitioning_s32k144 example from s32k144 SDK.
There is only write operation implementation in that example and I can't find any api for read.
Can you suggest me how should I proceed with reading from EEPROM.

0 件の賞賛
返信
1 返信

660件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

For detailed description of EEPROM emulation, I would recommend to study AN11983:

https://www.nxp.com/docs/en/application-note/AN11983.pdf

First you need to perform program partition operation to enable EEPROM emulation as shown in the AN11983, section 2.2.2. There is an example code in S32DS SDK (flash_partitioning_s32k144). Flash partitioning needs only be done with blank new device or when you need to changes its configuration. Not after every reset.

In this mode FlexRAM acts as access point for EEE memory space, and EEE state machine perform flash erase/program operations to NVM (in this mode assigned to E-flash). From user point of view access to FlexRAM is same as access to ordinary RAM.

0 件の賞賛
返信