Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to test internal RAM/SRAM of ARM 026-EJS board?

Status
Not open for further replies.

harsh_electro

Newbie level 5
Joined
Aug 7, 2005
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,393
We are planning to test internel RAM / SRAM of ARM 026-EJS board.

How do i achieve this ?

Where should i write my code ?

How can i port code to internel memory / RAM of the processor?

Any example or document to achieve this ?

Regards
Harsh
 

RAM test

This document provides very good information about RAM testing in embedded system. http://www.ganssle.com/testingram.pdf

As far as location of the code is concerned ideally you should run the code from FLASH memory as you are going to test the RAM itself. This can be achieved with the help of linker scripts. unfortunately exact method is different across different compilers.
 

RAM test

plz explain how can ram be tested with whaat device
 

RAM test

How do i achieve this ?

By writting Code

Where should i write my code ?

CODE->Assembler->EPROM


How can i port code to internel memory / RAM of the processor?

Register

Any example or document to achieve this ?

Copy the data of RAM location to Internal Register.
Do Read / Write Operation with AA and 55 and check AA and 55 were written to location

Restore data from Register to RAM location
 

RAM test

"http://www.ganssle.com/testingram.pdf " this address is not working? can one post the pdf or send it to me at "srigb@graffiti.net".
 

Re: RAM test

ariyan said:
"h**p://www.ganssle.com/testingram.pdf " this address is not working? can one post the pdf or send it to me at "srigb(at)graffiti.net".

Link is working, replace ** in h**p to tt
 

RAM test

That I have done that but whenever I have tried to download it gives some error related to DLL of explorer. Now it is ok.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top