FLASH erase fall

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

FLASH erase fall

跳至解决方案
1,086 次查看
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 项奖励
回复
1 解答
1,061 次查看
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 项奖励
回复
2 回复数
1,062 次查看
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 项奖励
回复
1,046 次查看
DouDou1
Contributor III
Hi, @danielmartynek,
Thank you for your reply.
0 项奖励
回复