- #1
NHLspl09
- 96
- 0
I'm currently taking a Microprocessor course and we are adding to our breadboard week by week. The most recent add on was a UT6264CPCL RAM chip. Other chip specifications are given below in in 2. Homework Equations . My question is, how do we test to make sure that the RAM is working using two LEDs (one for it works and one for it doesn't)? I know a little bit about machine assembly language (using AVR Studio 4) and that's what we're programming our boards with (RAM Tester code attached). I'm certain everything is wired up correctly and I've done multiple tests to be sure there's no busted buses. Any help or pointers is greatly appreciated!
How do you test to make sure that the RAM is working using two LEDs (one for it works and one for it doesn't)?
(Attachment 1 - Ram Tester Code)
Microcontroller - Atmega 8515
Decoder - DM74LS138
Latch - SN74ALS573CN
Driver/Receiver (used for reset switch) - MAX233CPP
(Attachment 1 - Ram Tester Code)
Homework Statement
How do you test to make sure that the RAM is working using two LEDs (one for it works and one for it doesn't)?
Homework Equations
(Attachment 1 - Ram Tester Code)
Microcontroller - Atmega 8515
Decoder - DM74LS138
Latch - SN74ALS573CN
Driver/Receiver (used for reset switch) - MAX233CPP
The Attempt at a Solution
(Attachment 1 - Ram Tester Code)