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:
1:2f1e120d6f75
Parent:
0:be957fac28c5

File content as of revision 1:2f1e120d6f75:

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