this transfers data (which is stored in "bin" file in mbed storage) into LPC1114, LPC1115, LPC81x, LPC82x, LPC1768/LPC1769 and LPC11U68/LPC11E68 internal flash memory through ISP.

Dependencies:   mbed MODSERIAL DirectoryList

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers target_handling.h Source File

target_handling.h

00001 
00002 #include    "target_table.h"
00003 
00004 
00005 #define     ENTER_TO_ISP_MODE   0
00006 #define     NO_ISP_MODE         1
00007 
00008 #define     SECTOR_SIZE_VALIABLE4Kx16_AND_32KxN     1
00009 #define     SECTOR_SIZE_VALIABLE4Kx24_AND_32KxN     2
00010 
00011 target_param    *open_target( int baud_date );
00012 void            reset_target( int isp_pin_state );
00013