How do write the data to the flash memory in s32k148

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

How do write the data to the flash memory in s32k148

ソリューションへジャンプ
1,913件の閲覧回数
joshfx
Contributor II

what is the problem?Screenshot 2023-02-21 092953.png

ラベル(1)
0 件の賞賛
返信
1 解決策
1,890件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @joshfx,

Instead of FLASH_DRV_EEEWrite(), use FLASH_DRV_Program().

The FLASH_DRV_EEEWrite() is for the emulated EEPROM (FlexRAM in EEPROM mode) only.

 

Regards,

Daniel

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,891件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @joshfx,

Instead of FLASH_DRV_EEEWrite(), use FLASH_DRV_Program().

The FLASH_DRV_EEEWrite() is for the emulated EEPROM (FlexRAM in EEPROM mode) only.

 

Regards,

Daniel

0 件の賞賛
返信
1,880件の閲覧回数
joshfx
Contributor II
How can i read data
0 件の賞賛
返信
1,871件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

There is no API for reading the flash.

You can simply use a pointer to the flash location.

 

Regards,

Daniel

0 件の賞賛
返信
1,907件の閲覧回数
joshfx
Contributor II

I want to write a random data to spesific address in the flash memory but i can't

0 件の賞賛
返信