We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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