• LPC CRP
    Hello! I got keil project for LPC4088 In start up file i see: ; IF :LNOT::DEF:NO_CRP ; AREA |.ARM.__at_0x02FC|, CODE, READONLY ;CRP_Key DCD 0xFFFFFFFF ; and in iap.h file i see: #define...
  • CRP code for LPC1114
    I required code for Code Read Protection for using with LPC1114fn28 chip so that i can protect my code.
  • How to disable CRP in keil
    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...
  • LPC2400 Startup Fails with CRP
    Hallo Im search for a solution with the keil startup LPC2400.S with EMC enable. I think all users with LPC24xx must have the same ISSUE. The problem ist the asm code length and the scatter loader...
  • Regarding CRP Protection
    Hello, Can we change CRP protection from code. Like this const unsigned long crp __attribute__ ((at(0x2FC))) = 0x87654321; I need code read protection in my project. But if I enable it then...