S32K144 P_FLASH

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

S32K144 P_FLASH

2,020 Views
玉敏111田
Contributor III

Now I am writing the funciton of erase p_flash .My method is that follow that.

pastedImage_1.png

when I disable the timer interrupt,the p_flash 0x19000 can be written. But when I open the timer interrupt ,the mcu would reset. So,When I write p_flash,the interrupt should be colased?

1 Reply

1,668 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

I assume that the interrupt vector table and the timer interrupt handler are located in PFlash.

The S32K144 MCU has only one PFlash block that can't be programmed and read simultaneously.

See 36.5.9.4 Allowed simultaneous flash operations, S32K1xx RM, rev.9.

Regards,

Daniel