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

command_interface.h

Committer:
ChrisABailey
Date:
2015-07-26
Revision:
52:afd15e54142f
Parent:
39:f68f9fa1e88e

File content as of revision 52:afd15e54142f:


#define     STR_BUFF_SIZE       128

int     try_and_check( char *command, char *expected_return_str );
int     try_and_check2( char *command, char *expected_return_str );
void    print_command( char *command );
void    print_result( int r );
int     send_RAM_transfer_checksum( int checksum );
int     erase_sectors( int last_sector );