MPC5748G: How to write data to your desired address space in EEPROM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC5748G: How to write data to your desired address space in EEPROM

跳至解决方案
1,494 次查看
priya_p
Contributor IV

I am using MPC5748G dev kit and i am executing it on S32DS. I have a query regarding EEPROM. how to select our desired address space in EEPROM and what is the relation between id and EEPROM?

标记 (3)
0 项奖励
回复
1 解答
1,485 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

take a look at this SW example:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\demo_apps\eeprom_emulation\

When you open EEE component, you will see how to define the blocks:

lukaszadrapa_0-1628091733256.png

Also read section "17.27 EEPROM Emulation (EEE)" in the user manual:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5748G_UserManual.pdf

Regarding ID - each record has own ID. This ID is used when you write or read your data. The best way is to step the example code to understand how it works.

Regards,

Lukas

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,486 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

take a look at this SW example:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\demo_apps\eeprom_emulation\

When you open EEE component, you will see how to define the blocks:

lukaszadrapa_0-1628091733256.png

Also read section "17.27 EEPROM Emulation (EEE)" in the user manual:

c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5748G_UserManual.pdf

Regarding ID - each record has own ID. This ID is used when you write or read your data. The best way is to step the example code to understand how it works.

Regards,

Lukas

 

0 项奖励
回复