cancel
Showing results for 
Search instead for 
Did you mean: 

RAN Check routine

rs3
Associate
Posted on February 07, 2006 at 12:20

RAN Check routine

1 REPLY 1
rs3
Associate
Posted on February 07, 2006 at 12:20

Hi everybody!

Has anyone an idea WHERE to call RAM Check routine in an safety critical application?

We want to check the RAM located on the STR7 chip (64kByte).

The problem is that the RAM-Check routine we use (C-written) destroy all memory content during the checks. With this all setups etc. the standard startup code does are gone as well.

So the question is if it is possible to call such program prior to the standart startup or if it's possible to restore all settings after the RAM-check was performed. (Latter is difficult since the compiler (IAR-Workbench for ARM) calles some Library functions, for which I have no sources)

Can anybody help??