Well, not a link, I'm afraid.cybervet wrote:Tobias can you give me a link where I can see how I can check the memory with the scope?
Thanks Tassos
Dave has already given an outline of what you need to do - With a simple scope you will, however, not be able to find single memory cell failures (but in about 99% of the cases, the whole chip will fail anyway).
If it's not a complete memory chip that fails, Minerva will come to the rescue.
What you want to do is
1. Visual inspection: Thoroughly inspect upper and under side of pcb for any obvious shorts between adjacent data or address lines
Now comes the tedious part: There's a lot of lines to check....
2a. Collect a number of additional hands. I know that most of us have only 2, but you could rather use like 3 or for for this job....

2b. Using your scope, make sure all the chips have a working 5V supply
3. For each chip, set a trigger on the raising edge of /W and check that you see pulses on the Q pin (that's a read cycle) This makes sure the data output is able to drive the data lines
3a. Set a trigger on the falling edge of /W and check that you see pulses on the D pin (that's a write cycle)
4. for each chip, make sure you can see pulses on the address lines, RAS, CAS, W, D and Q, just as Dave has written.
The pulses you see should go 0...0.8V for low, ~4.0 to 5V for H, anything in-between shows a problem.
You might need to press the RESET button every now and then, as you want the QL to stay "alive" during this process.
Hope this helps
Tobias