![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"#include "string.h"Go to the source code of this file.
Macros | |
| #define | BLOCK_INDEX 1 |
| #define | PAGE_INDEX 0 |
| #define | BUFFER_SIZE 0x40 |
| #define | CHKTAG "NxP" |
| #define | CHKTAG_SIZE 3 |
| #define | ESC_CHAR 27 |
Functions | |
| static void | ShowString (char *str) |
| static uint32_t | MakeString (uint8_t *str) |
| STATIC void | waitForReady (void) |
| bool | checkBadBlock (uint32_t block) |
| int | main (void) |
| Main routine for example_nandflash. | |
Variables | |
| uint32_t | buffer [BUFFER_SIZE/sizeof(uint32_t)] |