S32K144 P_FLASH

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K144 P_FLASH

2,087件の閲覧回数
玉敏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 返信

1,735件の閲覧回数
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