S32K144 Flash Memory Programming Example code.

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

S32K144 Flash Memory Programming Example code.

ソリューションへジャンプ
2,473件の閲覧回数
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,460件の閲覧回数
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,461件の閲覧回数
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,449件の閲覧回数
Jeevansagar
Contributor III

Alright, Thanks @danielmartynek 

0 件の賞賛
返信