![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
| #define | EXAMPLE_BLINKY |
| #define | EXAMPLE_USB_DEVICE |
| #define | OS_UCOS_III |
| #define | STACK_SIZE 0x800 |
| #define | HEAP_SIZE 0x2000 |
| #define | TASK_PRIO_BLINKY_EVENT 14 |
| #define | TASK_PRIO_LCD 14 |
| #define | TASK_PRIO_TOUCHSCREEN 13 |
| #define | TASK_PRIO_ETHERNET 13 |
| #define | TASK_PRIO_IPC_DISPATCH 12 |
| #define | TASK_PRIO_USBDEVICE 9 |
| #define | TASK_PRIO_LWIP_THREAD 8 |
| #define | IRQ_PRIO_IPC 7 |
| #define | IRQ_PRIO_ETHERNET 6 |
| #define | IRQ_PRIO_USBDEV 5 |
| #define | UCOS_MIN_STACK_SZ 256 |
| #define | M0_IMAGE_OFFSET 0x40000 |
| #define | SHARED_MEM_M0 0x20000000 |
| #define | SHARED_MEM_M4 0x20000020 |
| #define | RAMDISK_LOCATION 0x20002000 |
| #define | RAMDISK_SIZE 0x2000 |
| #define | SPIFI_BASE_ADDR 0x14000000 |
| #define | XFLASH_BASE_ADDR 0x1C000000 |
| #define | IFLASH_BASE_ADDR 0x1A000000 |
| #define EXAMPLE_BLINKY |
Definition at line 41 of file lpc43xx_dualcore_config.h.
| #define EXAMPLE_USB_DEVICE |
Definition at line 42 of file lpc43xx_dualcore_config.h.
| #define HEAP_SIZE 0x2000 |
Definition at line 59 of file lpc43xx_dualcore_config.h.
| #define IFLASH_BASE_ADDR 0x1A000000 |
Definition at line 144 of file lpc43xx_dualcore_config.h.
| #define IRQ_PRIO_ETHERNET 6 |
Definition at line 103 of file lpc43xx_dualcore_config.h.
| #define IRQ_PRIO_IPC 7 |
Definition at line 102 of file lpc43xx_dualcore_config.h.
| #define IRQ_PRIO_USBDEV 5 |
Definition at line 104 of file lpc43xx_dualcore_config.h.
| #define M0_IMAGE_OFFSET 0x40000 |
Definition at line 116 of file lpc43xx_dualcore_config.h.
| #define OS_UCOS_III |
Definition at line 52 of file lpc43xx_dualcore_config.h.
| #define RAMDISK_LOCATION 0x20002000 |
Definition at line 126 of file lpc43xx_dualcore_config.h.
| #define RAMDISK_SIZE 0x2000 |
Definition at line 127 of file lpc43xx_dualcore_config.h.
| #define SHARED_MEM_M0 0x20000000 |
Definition at line 122 of file lpc43xx_dualcore_config.h.
| #define SHARED_MEM_M4 0x20000020 |
Definition at line 123 of file lpc43xx_dualcore_config.h.
| #define SPIFI_BASE_ADDR 0x14000000 |
Definition at line 142 of file lpc43xx_dualcore_config.h.
| #define STACK_SIZE 0x800 |
Definition at line 58 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_BLINKY_EVENT 14 |
Definition at line 91 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_ETHERNET 13 |
Definition at line 94 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_IPC_DISPATCH 12 |
Definition at line 95 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_LCD 14 |
Definition at line 92 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_LWIP_THREAD 8 |
Definition at line 97 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_TOUCHSCREEN 13 |
Definition at line 93 of file lpc43xx_dualcore_config.h.
| #define TASK_PRIO_USBDEVICE 9 |
Definition at line 96 of file lpc43xx_dualcore_config.h.
| #define UCOS_MIN_STACK_SZ 256 |
Definition at line 107 of file lpc43xx_dualcore_config.h.
| #define XFLASH_BASE_ADDR 0x1C000000 |
Definition at line 143 of file lpc43xx_dualcore_config.h.