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 IAP_CRP_ENABLED 19 /*!< Code read protection enabled */
Some times i can t to connect with my MCU. In this case i try to connect with help of flashmagic.exe throught UART. ANd then i do full erase.
Then one more time i get blocked MCU and using flashmagic.
What is means ? what is my CRP level ? How many count of erase do i have ?
What can i do for turn off CRP protection ?
Please help.