LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
LPC18xx/43xx Memory tests

Detailed Description

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:
LPC18xx/43xx example quickstart for Keil uVision4
LPC18xx/43xx example quickstart for IAR EWARM
LPC18xx/43xx example quickstart for Code Red Xpresso

Supported boards and board setup:
Hitex 1850 evaluation boards
Hitex 4350 evaluation boards
Keil 1857 evaluation boards
Keil 4357 evaluation boards

Submitting LPCOpen issues:
Community support for LPCOpen

Macros

#define DRAM_BASE_ADDRESS   (uint32_t *) 0x28000000
 

Functions

int main (void)
 Main routine for example_memtest.
 

Macro Definition Documentation

#define DRAM_BASE_ADDRESS   (uint32_t *) 0x28000000

Definition at line 71 of file memtest.c.

Function Documentation

int main ( void  )

Main routine for example_memtest.

Main program body.

Returns
Nothing

Definition at line 96 of file memtest.c.