backspace119 wrote:
What are the dimensions of the WDC chips? I can't find the dimensions for them anywhere and there are a few options for PDIP-40 packaging. (I just need the width)
They're pretty standard dimensions. I don't think there are many companies making the leadframes; and IC manufacturers use the same suppliers. 40-pin DIP standard width is that the two rows of holes are .600" apart on centers. The body itself is about .530" wide.
Quote:
I have the WE\ for the EEPROM on board behind a switch to go to the WRITE\ signal. I've put a 100k resistor to pull up the WE\ line to logic high, and if the switch is closed the WRITE\ signal should be able to pull it low. Is 100k the right value for this? I chose a very weak pullup to ensure that WRITE\ would be able to pull it down.
See the data sheet for the particular part to verify that all inputs really are just the typical CMOS loads which mean the only current is probably a few picoamps of leakage. 100K would be fine for that.
Quote:
Do I need bypass capacitors for oscillators? I believe the answer is yes, so I've already put them down, but if not, I can remove them.
Sure, leave them. The bypass capacitor at the Vcc pin should be as close to it as possible, making the shortest possible path from the pin, through the capacitor, to ground. If you use leaded capacitors, minimize the lead length. Mount them so there's almost no lead length, if possible, not sticking up on poles. If you don't have a ground plane, make the capacitor's connections from the Vcc pin to the ground pin as short as practical. You used to be able to get DIP sockets with a capacitor built in, going diagonally under the IC since the Vcc and ground pins were on opposite corners. (Oh why oh why couldn't the designers have anticipated that parts would get faster and faster such that they should have put the power and ground pins at the middle of the pin rows, as close as possible to the die inside, and as close to each other as possible?! Fortunately they are that way on a lot of modern ICs, just not on 74XXxx.) Oh, and put the oscillator close to the processor.
Quote:
Garth, I see you posted right as I'm writing this, thanks for your response to my previous questions. What value of resistor would be appropriate for driving an LED from one of these lines? I generally use 10k.
20mA used to be considered pretty standard for LEDs. That tended to be a bit hard on LED life; but early LEDs were pretty dim, and kind of needed it. Modern LEDs OTOH can be blinding at that current. I tend to just give them 2 or 3mA. (5V-1.7V-.3V)/3mA=1K, where 1.7V is the approximate voltage drop of red LEDs (and for other colors, the voltage drop seems to be approximately proportional to the inverse of the peak wavelength, meaning green and yellow are higher, and blue is highest), and the .3V is a high estimate for the voltage drop inside the IC driving the pin.