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

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Wed Aug 28 12:07:47 2013 +0000
Parent:
14:a7b9f74fb856
Child:
16:cac2348cfcfb
Commit message:
wait removed before "reset_target( NO_ISP_MODE )"

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 28 11:55:00 2013 +0000
+++ b/main.cpp	Wed Aug 28 12:07:47 2013 +0000
@@ -132,7 +132,6 @@
 
 //#define AUTO_PROGRAM_START
 #ifdef  AUTO_PROGRAM_START
-    wait_ms( 2 );   //  wait 2 ms for just in case ;)
     reset_target( NO_ISP_MODE );
     printf( "  ** The program in flash has been started!!\r\n\r\n" );
 #endif