![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Example description
This example runs a few memory tests on external DRAM memory. The tests include walking 0 and 1, address and inverse address, and pattern tests.
These tests are meant to be run via a debugger inside IRAM and will not run standalone.
Special connection requirements
There are no special connection requirements for this example.
Build procedures:
LPC17xx/40xx example quickstart for Keil uVision4
LPC17xx/40xx example quickstart for IAR EWARM
LPC17xx/40xx example quickstart for Code Red Xpresso
Supported boards and board setup:
Embedded Artists' LPC1788 Developer's Kit
Embedded Artists' LPC4088 Developer's Kit
Submitting LPCOpen issues:
Community support for LPCOpen
Macros | |
| #define | DRAM_BASE_ADDRESS (uint32_t *) EMC_ADDRESS_DYCS0 |
| #define | DRAM_SIZE (8 * 1024 * 1024) |
Functions | |
| int | main (void) |
| Main routine for example_memtest. | |
| #define DRAM_BASE_ADDRESS (uint32_t *) EMC_ADDRESS_DYCS0 |