S32K146 FlexNVM FTFC Program sequence

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

S32K146 FlexNVM FTFC Program sequence

Jump to solution
1,117 Views
petervdperk
NXP Employee
NXP Employee

For a non-sdk project, I'm implementing a FTFC driver to utilize the 64KB FlexNVM flash.

I've a question about the flash programming sequence, my current sequence is:

If 2048KB is non empty execute FTFC_ERASE_SECTOR command.

Then program the flash using the PROGRAM_PHRASE command.

And verify using the PROGRAM_CHECK command.

My question is, is the PROGRAM_CHECK command necessary and is safe to leave this command out of the programming sequence? The reference doesn't really mention it's mandatory.

0 Kudos
1 Solution
1,046 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello nxf56445,

Please refer to the S32K1xx Safety Manual.

pastedImage_2.png

BR, Daniel

View solution in original post

0 Kudos
1 Reply
1,047 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello nxf56445,

Please refer to the S32K1xx Safety Manual.

pastedImage_2.png

BR, Daniel

0 Kudos