Ursadon wrote: ↑15 Jul 2019, 20:21
Also, 0x414 = 0x02000080
So flash is locked and no security key. How you plan to reflash?
Are you shure about the content of this CFM mirror dword?
Binary it is 0b
0000 0010 0000 0000 0000 0000 1000 0000
From this DWORD the Bits 31–30 (red) are KEYEN for backdoor key access state, and 00 means disabled.
Bit 29 (blue) is SECSTAT Flash memory security status, and 0 means that Flash security is disabled.
Bits 28–16 (orange) are reserved, so it have no meaning for security.
Bits 15–2 (green) are NV, the Non-volatile flags. The NV bits are available as user-defined flags.
Bits 1–0 (yellow) is SEC, the Security state. Define the security state of the Flash array and 0x means "Flash memory is secured".
So this means, no backdoor available, and Flash security is not used, bit flash is currently secured, which determines the boot mode of the MCU. As MODA and MODB are set to GND, it is "Secured Single-Chip Mode" and "Boots from internal flash".