s32k312 flash

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

s32k312 flash

1,843件の閲覧回数
fengba_360
Contributor III

Hello, I'm currently using the mem_43_INFLS driver to operate the flash on the s32k312. I have a few points I'd like to consult about:

1. Can I use this driver to erase the pflash under boot mode so that I can update the app program?

2. Can I use this driver to operate the Dflash to simulate EEPROM? If so, are there any corresponding example routines for reference? Thank you!

0 件の賞賛
返信
3 返答(返信)

1,817件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @fengba_360,

1. Yes

2. For the SW emulated EEPROM, there is the RTD FEE driver.

danielmartynek_0-1726126306161.png

 

Regards,

Daniel

0 件の賞賛
返信

1,803件の閲覧回数
fengba_360
Contributor III
What's the difference between FEE and Mem_43_INFLS? I'm quite confused. Could you please guide me further? I have two requirements: one is to erase and write app programs during boot, and the other is to simulate EEPROM under the app.
0 件の賞賛
返信

1,801件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

As I said, FLS is for programming / erasing the flash, FEE is used to emulate the EEPROM.

Refer to the User Manual and Integration Manual of the drivers that can be found in the installation directory of the RTD.

Or have a look at Autosar documentation:

https://www.autosar.org/fileadmin/standards/R22-11/CP/AUTOSAR_SWS_FlashEEPROMEmulation.pdf

 

Regards,

Daniel

0 件の賞賛
返信