ISP return code 215
2004-10-11 by bobbruce000
I am trying to program an LPC2114 using the ISP
routines. Everything goes fine until I issue the
command to copy the bytes from RAM to Flash.
There is a long delay (maybe 30 seconds), and then
I get a return code of "215\r\n". But, according to
the User Manual, the only valid return codes are
0 to 19.
After programming, the chip does not boot or go into
the Philips bootloader. So I assume that means the
write was partially successful, so the vector checksum
is okay, but the rest of the write was not completed.
If anyone know what the 215 return code means,
please let me know.
-bob