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

writing.h

00001 #include    "target_table.h"
00002 
00003 
00004 int     write_flash( FILE *fp, target_param *tpp, int *transferred_size, int file_size );
00005 void    add_isp_checksum( char *b );
00006 int     post_writing_process( target_param *tpp );
00007 
00008