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 command_interface.h Source File

command_interface.h

00001 
00002 #define     STR_BUFF_SIZE       128
00003 
00004 int     try_and_check( char *command, char *expected_return_str );
00005 int     try_and_check2( char *command, char *expected_return_str );
00006 void    print_command( char *command );
00007 void    print_result( int r );
00008 int     send_RAM_transfer_checksum( int checksum );
00009 int     erase_sectors( int last_sector );
00010