MCUXpresso V11 Enable Flash Security

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

MCUXpresso V11 Enable Flash Security

476 Views
stevenlutz
Contributor II

How do you enable flash security with MCUXpresso using P&E Probe?
I'm using MKE06Z

0 Kudos
1 Reply

406 Views
lpcxpresso_supp
NXP Employee
NXP Employee

MCUXpresso IDE does not provide specific user interface when it comes to flash security but you can do various configurations using the flash configuration block. Please inspect the Flash_Config object from the SDK source files. It's being placed at address 0x400 inside the image and it helps controlling various protection/security aspects of the MCU's flash. More details about these can be found in the MCU's reference manual, section Flash Memory Module (FTMRE).

Please note that misconfiguration of the flash module can easily lock the device.

Greetings,
MCUXpresso IDE Support

0 Kudos