• LPC2400.s - Startup code too long for CRP
    Hi, when using the setup options for setting up e.g. the external memory controller stuff, the startup code of Keil's lpc2400.s becomes so long, that one can not insert the code protection at address...
  • LPC2400.s - Startup code too long for CRP
    Hi, when using the setup options for setting up e.g. the external memory controller stuff, the startup code of Keil's lpc2400.s becomes so long, that one can not insert the code protection at address...
  • 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...
  • 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...
  • 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...