XMC4500 LQFP100 Lock Help!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User7688
Level 2
Level 2
status_t status;
uint32_t UserLevel = 0;
uint32_t PW0 = 0x00010002; //first 32 bit of password
uint32_t PW1 = 0x00030004; //second 32 bit of password

FLASH002ProtectionFlags_Type ProtectionFlags;

ProtectionFlags = FLASH002_PROT_RD_GLOBAL;

DAVE_Init(); // Initialization of DAVE Apps

status = Flash002_ConfigureProtection(UserLevel, PW0, PW1, ProtectionFlags);
status = Flash002_ConfirmProtection(UserLevel);


there any way to get back to unlock bit "READ GLOBAL PROTECTION "?
0 Likes
0 Replies