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

LPC1111 - Flash time-out

Hello,

I'm debugging with my custom LPC1111 board. My code size is around 3000 kB.

When my code size gets around 4 kB I get a Flash Timeout error from keil when programming the chip. The code size of the chip is 8 kB.

Any ideas on this problem ??

Best regards,

Erwin

Parents
  • Here is the reply from support:


    Dear Erwin,

    Correct. This is also what NXP states in the manual that IAP uses the last 32bytes of RAM. So that must not be used by the uVision flash algorithm.
    As far as I know, the current default settings should take care about this. So if you create a new project, it should be correct.

    Best Regards
    Andreas Barth

Reply
  • Here is the reply from support:


    Dear Erwin,

    Correct. This is also what NXP states in the manual that IAP uses the last 32bytes of RAM. So that must not be used by the uVision flash algorithm.
    As far as I know, the current default settings should take care about this. So if you create a new project, it should be correct.

    Best Regards
    Andreas Barth

Children
No data