Texas Instruments TMS320C6000 Benutzerhandbuch

Seite von 62
FLASH API Module Description
 
6-2
6.1
FLASH API Module Description  
The FLASH module allows access to on-board flash and executes data
memory manipulation by using the following three functions:
FLASH_read(), FLASH_write() and FLASH_erase()
For the 6711 DSK, the 128KB FLASH is split into 128 bytes per page.
Table 6–1. FLASH API Summary
Syntax
Type
Description
Page
FLASH_checksum
F
Returns the check sum
FLASH_erase
F
Erases the specific segment of the flash and/or erases
the full flash
FLASH_read
F
Reads the Flash data and copies it to a specified
destination buffer
FLASH_SUPPORT
C
A compile time constant whose value is 1 if the board
supports the FLASH module
FLASH_write
F
Writes to Flash data from a specified source buffer
Note:
F = Function; C = Constant; S = Structure; T = Typedef