S32K3

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

S32K3

316 次查看
youxi
Contributor IV

Hi:

If the S32K312 application is in block0. Will the application not be able to erase sectors in block0? The flash operation is already in RAM

0 项奖励
1 回复

299 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @youxi,

The Block 0 must not be accessed by any master during a flash operation on that block.

The code (in SRAM or another block) that launches the flash operation must not read any data from Block 0.

If interrupts stay enabled, the vector table, ISRs, and the data that the ISRs read must not be in Block 0.  

 

BR, Daniel

0 项奖励