• CRP on LPC1768
    Please help me on activating CRP for LPC1768 micro using keil uv4. Regards Zal
  • 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.
  • 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...