S32K144 Flash Memory Programming Example code.

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

S32K144 Flash Memory Programming Example code.

跳至解决方案
2,451 次查看
Jeevansagar
Contributor III

Hello, I wanted to program Flash memory in S32k144 using SDK.

I tried to get example code in the S32DS IDE, i got only the partitioning code i.e., flash_partitioning_s32k144.

 

Can anyone share me any tested Flash Programming code for S32K144?

标记 (2)
0 项奖励
回复
1 解答
2,438 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Jeevansagar,

There is just the one SDK example you mentioned.

But it shows how to program the PFlash. If you don't want to partition the MCU, you can remove the code that does the partitioning and the code that writes and reads the EEPROM.

There are also the RTD drivers with this example: Ftfc_Ip_Example_S32K144

 

Regards,

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,439 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Jeevansagar,

There is just the one SDK example you mentioned.

But it shows how to program the PFlash. If you don't want to partition the MCU, you can remove the code that does the partitioning and the code that writes and reads the EEPROM.

There are also the RTD drivers with this example: Ftfc_Ip_Example_S32K144

 

Regards,

Daniel

0 项奖励
回复
2,427 次查看
Jeevansagar
Contributor III

Alright, Thanks @danielmartynek 

0 项奖励
回复