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:
50:57ad8e04f063
Parent:
44:568799eac6df
--- a/target_handling.h	Fri Jun 05 13:37:38 2015 +0000
+++ b/target_handling.h	Sat Jul 04 05:29:32 2015 +0000
@@ -6,6 +6,7 @@
 #define     NO_ISP_MODE         1
 
 #define     SECTOR_SIZE_VALIABLE4Kx16_AND_32KxN     1
+#define     SECTOR_SIZE_VALIABLE4Kx24_AND_32KxN     2
 
 target_param    *open_target( int baud_date );
 void            reset_target( int isp_pin_state );