![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include "board.h"
#include "SSD_FTFx.h"
Go to the source code of this file.
Macros | |
#define | LAUNCH_CMD_SIZE |
#define | CALLBACK_SIZE |
#define | BUFFER_SIZE_BYTE |
#define | FTFx_REG_BASE |
#define | P_FLASH_BASE |
#define | P_FLASH_SIZE |
#define | P_BLOCK_NUM |
#define | P_SECTOR_SIZE |
#define | FLEXNVM_BASE |
#define | FLEXNVM_SECTOR_SIZE |
#define | FLEXNVM_BLOCK_SIZE |
#define | FLEXNVM_BLOCK_NUM |
#define | EERAM_BASE |
#define | EERAM_SIZE |
#define | SECURITY_LOCATION |
#define | BACKDOOR_KEY_LOCATION |
#define | PFLASH_IFR |
#define | CACHE_DISABLE |
#define | DEBUGENABLE |
#define | READ_NORMAL_MARGIN |
#define | READ_USER_MARGIN |
#define | READ_FACTORY_MARGIN |
#define | ONE_KB |
#define | TWO_KB |
#define | THREE_KB |
#define | FOUR_KB |
#define | FIVE_KB |
#define | SIX_KB |
#define | SEVEN_KB |
#define | EIGHT_KB |
#define | NINE_KB |
#define | TEN_KB |
#define | ONE_MB |
#define | ONE_GB |
Functions | |
void | callback (void) |
uint32_t | RelocateFunction (uint32_t dest, uint32_t size, uint32_t src) |
void | print_welcome_message (void) |
void | ErrorTrap (uint32_t returnCode) |
#define BACKDOOR_KEY_LOCATION |
#define BUFFER_SIZE_BYTE |
#define CACHE_DISABLE |
#define CALLBACK_SIZE |
#define DEBUGENABLE |
#define EERAM_BASE |
#define EERAM_SIZE |
#define EIGHT_KB |
#define FIVE_KB |
#define FLEXNVM_BASE |
#define FLEXNVM_BLOCK_NUM |
#define FLEXNVM_BLOCK_SIZE |
#define FLEXNVM_SECTOR_SIZE |
#define FOUR_KB |
#define FTFx_REG_BASE |
#define LAUNCH_CMD_SIZE |
#define NINE_KB |
#define ONE_GB |
#define ONE_KB |
#define ONE_MB |
#define P_BLOCK_NUM |
#define P_FLASH_BASE |
#define P_FLASH_SIZE |
#define P_SECTOR_SIZE |
#define PFLASH_IFR |
#define READ_FACTORY_MARGIN |
#define READ_NORMAL_MARGIN |
#define READ_USER_MARGIN |
#define SECURITY_LOCATION |
#define SEVEN_KB |
#define SIX_KB |
#define TEN_KB |
#define THREE_KB |
#define TWO_KB |
void callback | ( | void | ) |
void ErrorTrap | ( | uint32_t | returnCode | ) |
void print_welcome_message | ( | void | ) |
uint32_t RelocateFunction | ( | uint32_t | dest, |
uint32_t | size, | ||
uint32_t | src | ||
) |