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

Dependencies:   FreescaleIAP mbed

Committer:
raizel_varun
Date:
Thu Mar 03 04:43:15 2016 +0000
Revision:
0:be957fac28c5
flash direct use files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
raizel_varun 0:be957fac28c5 1 int strt_add = flash_size() - (SECTOR_SIZE);
raizel_varun 0:be957fac28c5 2 uint32_t flasharray[20];
raizel_varun 0:be957fac28c5 3 char *nativeflash = (char*)strt_add;