ARMEBS4  revision-26.06.2015
ram_test.h File Reference

RAM test. More...

#include <stdint.h>
#include <stddef.h>
#include "heivs/error.h"
Include dependency graph for ram_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

status_e ram_test_basic (uint32_t *base, size_t size)
 Quickly test a RAM region. More...
 

Detailed Description

RAM test.

Author
marc dot pignat at hevs dot ch

Definition in file ram_test.h.

Function Documentation

status_e ram_test_basic ( uint32_t *  base,
size_t  size 
)

Quickly test a RAM region.

Parameters
basethe base address where the RAM is mapped
sizethe size of the RAM region

This is a very basic test.

Definition at line 8 of file ram_test.c.

References ERROR_HW_FAILED, and NO_ERROR.

Referenced by bsp_init().

Here is the caller graph for this function: