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

verification.h

00001 #include    "target_table.h"
00002 
00003 
00004 int     verify_flash( FILE *fp, target_param *tpp, int *transferred_size_p, int file_size );
00005