PN7462 Code Read/Write Protection Levels & IAP & ISP

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

PN7462 Code Read/Write Protection Levels & IAP & ISP

369 Views
EE_Ark
Contributor II

Hi,

I have a question about code read/write protection levels and how they affect IAP and ISP.

If I set CWP_LEVEL to 1 by using 'phhalSysSer_Secrow_Config_t' can i continue to use 'phhalEeprom_WriteBuffer' and 'phhalFlash_WriteBuffer' functions to write data to flash & eeprom in my firmware.

If I set CRP_Level to 1 by using 'phhalSysSer_USB_Primary_Dnld_Config_t' can i continue to use 'phhalEeprom_Read' and 'phhalFlash_Read' functions to read data from flash & eeprom in my firmware.

Thanks.

Tags (1)
0 Kudos
1 Reply

326 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

I think it should can.

'phhalEeprom_WriteBuffer'  'phhalFlash_WriteBuffer‘  'phhalEeprom_Read' and 'phhalFlash_Read'   these fucntions are generic interface Hals.

CRP_Level and  DRP_Level  are for ROM interface Hals .

danielchen_0-1657617134681.png

 

Regards

Daniel

0 Kudos