LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Memory tests

Macros

#define DRAM_BASE_ADDRESS   (uint32_t *) 0x28000000
 

Functions

int main (void)
 Main routine for example_memtest.
 

Detailed 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.

No special setup is required for the demo. Just build and run.

Build procedure: LPCOpen 18xx/43xx build instructions

Supported boards and board setup:

Submit bug reports for LPCOpen code here.

Macro Definition Documentation

#define DRAM_BASE_ADDRESS   (uint32_t *) 0x28000000

Definition at line 64 of file memtest.c.

Function Documentation

int main ( void  )

Main routine for example_memtest.

Returns
Nothing

Definition at line 89 of file memtest.c.