S32K144 Flash Memory Programming Example code.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 Flash Memory Programming Example code.

Jump to solution
1,182 Views
Jeevansagar
Contributor II

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?

0 Kudos
Reply
1 Solution
1,169 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,170 Views
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 Kudos
Reply
1,158 Views
Jeevansagar
Contributor II

Alright, Thanks @danielmartynek 

0 Kudos
Reply