Why I erase the PFLASH system reset, I have disabled the interrupt.

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

Why I erase the PFLASH system reset, I have disabled the interrupt.

966件の閲覧回数
jia_xuan
Contributor I

/* Erase the sixth PFlash sector */
address = 18u * FEATURE_FLS_PF_BLOCK_SECTOR_SIZE;
size = FEATURE_FLS_PF_BLOCK_SECTOR_SIZE;
INT_SYS_DisableIRQGlobal();
ret = FLASH_DRV_EraseSector(&flashSSDConfig, address, size);
INT_SYS_EnableIRQGlobal();

0 件の賞賛
返信
1 返信

828件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Do you launch the erase flash command from RAM, D-Flash or from P-Flash block?

Allowed simultaneous memory operations are listed in Table 36-30, S32K1xx_RM_rev.7.

Regards,

Daniel

0 件の賞賛
返信