Texas-instruments TMS320C6000 Manual do Utilizador Página 46

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 62
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 45
FLASH_SUPPORT
6-6
Compile time constant
FLASH_SUPPORT
Constant FLASH_SUPPORT
Description Compile time constant that has a value of 1 if the board supports the
FLASH module and 0 otherwise. You are not required to use this constant.
Currently, all devices support this module.
Example #if (FLASH_SUPPORT)
/* do FLASH operations */
#endif
Writes data to Flash address
FLASH_write
Function int FLASH_write(
Uint32 src,
Uint32 locator,
Uint32 length
);
Arguments src Source address
locator Addressing and page information for location in Flash
memory.
C6711 DSK
- FLASH_START_ADDR
- FLASH_PAGE_ADDR(x) :(x) page number
- 32-bit FLASH address
length Length in bytes of data to be written. This is limited by
the size of the Flash memory.
Return Value none
Vista de página 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 61 62

Comentários a estes Manuais

Sem comentários