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