 | RL-ARM User's Guide |  |
|
|
| Flash Driver RoutinesFlash driver routines perform operations to write, read, or erase Flash memory. These low-level Flash routines are not reentrant. | Routine | Description |
|---|
| Init | Initializes the flash programming algorithm. | | UnInit | Uninitializes the flash programming algorithm. | | ReadData | Reads data from a flash memory. | | ProgramPage | Writes data to a flash memory. | | EraseSector | Erases a sector in flash memory. | | EraseChip | Globally erases a flash memory. |
|
|