Please explain me how i can disable CRP for LPC 1777 in keil. I am getting error like no algorithm found for Address 0x000002FC while downloading program. This address related CRP. Regards Anandan A
IF :LNOT::DEF:NO_CRP AREA |.ARM.__at_0x02FC|, CODE, READONLY CRP_Key DCD 0xFFFFFFFF ENDIF
In your startup.s file, you should see something like the above. Fiddle with the CRP_Key, and see what will happen. You may brick your MCU, if you don't know what you are doing.