![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
Functions | |
int | main (void) |
Function prototype for main function. More... | |
void | ErrorTrap (uint32_t ret) |
void | callback (void) |
Variables | |
uint8_t | DataArray [PGM_SIZE_BYTE] |
uint8_t | program_buffer [BUFFER_SIZE_BYTE] |
uint32_t | gCallBackCnt |
pFLASHCOMMANDSEQUENCE | g_FlashLaunchCommand |
uint16_t | __ram_func [LAUNCH_CMD_SIZE/2] |
uint16_t | __ram_for_callback [CALLBACK_SIZE/2] |
FLASH_SSD_CONFIG | flashSSDConfig |
void callback | ( | void | ) |
void ErrorTrap | ( | uint32_t | ret | ) |
int main | ( | void | ) |
Function prototype for main function.
uint16_t __ram_for_callback[CALLBACK_SIZE/2] |
uint16_t __ram_func[LAUNCH_CMD_SIZE/2] |
uint8_t DataArray[PGM_SIZE_BYTE] |
FLASH_SSD_CONFIG flashSSDConfig |
pFLASHCOMMANDSEQUENCE g_FlashLaunchCommand |
uint32_t gCallBackCnt |
uint8_t program_buffer[BUFFER_SIZE_BYTE] |