flash codes for reading or writing 20 bytes into the last sector of the flash area

Dependencies:   FreescaleIAP mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Flash.h Source File

Flash.h

00001 int strt_add = flash_size() - (SECTOR_SIZE);  
00002 uint32_t flasharray[20];
00003 char *nativeflash = (char*)strt_add;