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:
39:f68f9fa1e88e
--- a/target_handling.cpp	Sun Jul 05 01:41:12 2015 +0000
+++ b/target_handling.cpp	Sun Jul 26 14:46:23 2015 +0000
@@ -17,6 +17,7 @@
     char            str_buf1[ STR_BUFF_SIZE ];
     int             retry_count = 3;
 
+    printf ("Setting baude rate to %d \r\n",baud_date);
     set_target_baud_rate( baud_date );
 
     while ( retry_count-- ) {