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

Dependencies:   FreescaleIAP mbed

Flash.h

Committer:
raizel_varun
Date:
2016-03-03
Revision:
0:be957fac28c5

File content as of revision 0:be957fac28c5:

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