how to write/read into FlexNVM in S32K144

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

how to write/read into FlexNVM in S32K144

2,689件の閲覧回数
d_shivamkumar
Contributor III

i want to perform simple write/read operation into FlexNVM after memory partition (allotted the whole 64KB for EEPROM). what are the linker file modifications for that? what is the way to write/read? is there any code available for the same?

3 返答(返信)

2,435件の閲覧回数
dianabatrlova
NXP TechSupport
NXP TechSupport

Hello Shivam,

Please, refer to the flash_partitioning_S32k144 example which is available in the S32Design Studio File->New->S32DS Project from Example. The EEPROM is read by a pointer and write by the flash driver function FLASH_DRV_EEEWrite(). 

Also, you can look at these examples:

EXAMPLE: S32K144 EEEPROM usage - No SDK 

Example: S32K144 EEEPROM usage 

I hope it helps.

Best regards,

Diana

0 件の賞賛
返信

2,435件の閲覧回数
d_shivamkumar
Contributor III

yes, i've already seen that example. what i ment is, is there any register based code available? other then that processor expert code.

for my project i am not using processor expert code, i want some register based code for the same.

0 件の賞賛
返信

2,435件の閲覧回数
dianabatrlova
NXP TechSupport
NXP TechSupport

Hello Sivam,

This example already mentioned is not using processor expert (no SDK):

EXAMPLE: S32K144 EEEPROM usage - No SDK 

Best regards,

Diana

0 件の賞賛
返信