Would like to enable basic protection against cloning for an MK80F25615 CPU, so that it can be programmed or mass erased, but not read back. Development environment is MCUxpresso IDE.
From the information online it looks like this line in the startup_mk80f25615.c (created by the SDK) controls the flash configuration for these processors:
} Flash_Config = {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFF3DFE};
However, I can't find any documentation describing where the FSEC bits appear in these values for this CPU. It doesn't appear to be in the CPU reference manual anywhere.
Would appreciate any help in finding where these bits are documented, or a better way to set up this feature in the IDE if there is one.