Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
52:afd15e54142f
Parent:
48:99cfe3a929ea
--- a/isp.cpp	Sun Jul 05 01:41:12 2015 +0000
+++ b/isp.cpp	Sun Jul 26 14:46:23 2015 +0000
@@ -32,6 +32,7 @@
     int             transferred_size;
     int             err;
 
+    printf( "  looking for target to write \"%s\"\r\n",  file_name );
     if ( NULL == (tpp = open_target( ISP_BAUD_RATE )) ) {
         return ( ERROR_AT_TARGET_OPEN );
     }