This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

no algorithm found for 0x000002FC to 0x000002FF

Hi,

Summary of my project.
Earliar we were using LPC2420 Controller with external flash SST39vf1601 and our code size is nearly 1.2MB. Since LPC1777 is direct replacement for LPC24XX series, in the same board we are planning to change only controller(LPC1777). Because of code size we have to use external flash for programming and booting. We have successfully added the flash programming algorithm in keil.

we are using Chip select 1 for SST flash we made the target settings according to that. Please refer the attached image. Now while programming through ULINK2 JTAG, Full chip erasing is happening properly and Partial programming is also happening. But it is showing no algorithm found for 0x000002FC to 0x000002FF. This address is related to CRP. Please help us to overcome this issue and move forward.

Regards
Shekar

Parents
  • IF :LNOT::DEF:NO_CRP

    AREA |.ARM.__at_0x02FC|, CODE, READONLY

    CRP_Key DCD 0xFFFFFFFF

    ENDIF

    This is the code available in system file but still it is showing no algorithm found. Is there any other configuration. When I download the code for on-chip this error is not there but when I download for off-chip this error is showing.

Reply
  • IF :LNOT::DEF:NO_CRP

    AREA |.ARM.__at_0x02FC|, CODE, READONLY

    CRP_Key DCD 0xFFFFFFFF

    ENDIF

    This is the code available in system file but still it is showing no algorithm found. Is there any other configuration. When I download the code for on-chip this error is not there but when I download for off-chip this error is showing.

Children