FLASH erase fall

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

FLASH erase fall

Jump to solution
1,080 Views
DouDou1
Contributor III

Hi, everyone

I am using the first core of the S32K358 chip programming, when I want to erase the C40_CODE_ARRAY_0_BLOCK_0 area of the program will report an error,but I can erase other areas such as C40_CODE_ARRAY_0_BLOCK_1, what is the reason?

DouDou1_0-1734080109364.png

DouDou1_1-1734080354557.png

 

 

0 Kudos
Reply
1 Solution
1,055 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @DouDou1,

The flash block that is being programmed must not be read.

The code of the flash driver must be either in SRAM or in another flash block.

danielmartynek_0-1734336571217.png

It has been discussed a few time here on the community.

https://community.nxp.com/t5/S32K/S32K344-C40-IP-Hardware-Fault-Problem/m-p/1697432

 

Regards,

Daniel

View solution in original post

0 Kudos
Reply
2 Replies
1,056 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @DouDou1,

The flash block that is being programmed must not be read.

The code of the flash driver must be either in SRAM or in another flash block.

danielmartynek_0-1734336571217.png

It has been discussed a few time here on the community.

https://community.nxp.com/t5/S32K/S32K344-C40-IP-Hardware-Fault-Problem/m-p/1697432

 

Regards,

Daniel

0 Kudos
Reply
1,040 Views
DouDou1
Contributor III
Hi, @danielmartynek,
Thank you for your reply.
0 Kudos
Reply