Content originally posted in LPCWare by hellospencer on Fri Mar 01 16:01:27 MST 2013
Hello everybody,
I get following error when I try to download my (small) freertos project from the lpcxpresso ide (v5.012) to my custom made lpc1768 board (power supply 78ua33 with 2x 100nF cap, 12V input).
Quote:
15: Target error from Commit Flash write: Et: Flash driver not ready.
The error appears from time to time, for instance, after the debugger entered a hard fault routine , or if I try to start a new debug session while another one is still running. Once manifest, the error does not disappear. I try to unplug the LPC-Link and other things and eventually it will work again.
Most interestingly, if I use the older lpcxpresso ide v4.22 it works without a flaw. Therefore, I don't think that there are power problems as indicated by the codered faq.
My current workaround is that I use flash with the older v4 in case and afterwards I can return to the newer v5. However this is cumbersome. Does someone have an idea what I can do?
Thanks!