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

writing.h

Committer:
ChrisABailey
Date:
2015-07-26
Revision:
52:afd15e54142f
Parent:
47:e7d395119a63

File content as of revision 52:afd15e54142f:

#include    "target_table.h"


int     write_flash( FILE *fp, target_param *tpp, int *transferred_size, int file_size );
void    add_isp_checksum( char *b );
int     post_writing_process( target_param *tpp );