S32K3

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

S32K3

296 Views
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 Kudos
1 Reply

279 Views
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 Kudos