flash codes for reading or writing 20 bytes into the last sector of the flash area
Dependencies: FreescaleIAP mbed
Flash.h@1:2f1e120d6f75, 2016-03-03 (annotated)
- Committer:
- raizel_varun
- Date:
- Thu Mar 03 04:44:24 2016 +0000
- Revision:
- 1:2f1e120d6f75
- Parent:
- 0:be957fac28c5
flash for 20 bytes
Who changed what in which revision?
User | Revision | Line number | New 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; |