VGA SIP Adapter Hardware Issue?
Lombard
Posts: 30
I've been having problems getting VGA output to work on my Prop ASC board with the VGA SIP Adapter. Kuroneko helped me in another thread to narrow it down to perhaps some kind of hardware issue... I will describe my symptoms:
The i/o pins 0..7 are functional when floating, I verified all of them with a meter. I also used the bypass pads on the bottom of the ASC to eliminate the current limiting resistors. All of the led's on the VGA SIP adapter seem to work independently from one another. i.e., if I run
The led's will all light up in sequence. The green ones (G1, G0) seem dimmer than they should be, but I could be wrong.
Here is the the first thing that seems problematic: I can light pins 0..1 (V and H) together, and I can also light pins 2..3 (B0 and B1) together. However, I cannot light pins 1..2 together - in that situation, I will only see pin 1 light, while pin 2 remains off.
Also, at any time that the adapter is plugged in, if I poke the solder joint for either pin 0 or 1 with a piece of wire or finger (antenna), the corresponding led will light. This only works for those two. The schematic doesn't show that V and H are routed any differently than the other pins. I'm a bit confused by that.
I'm baffled! Does this sound familiar to anyone?
The i/o pins 0..7 are functional when floating, I verified all of them with a meter. I also used the bypass pads on the bottom of the ASC to eliminate the current limiting resistors. All of the led's on the VGA SIP adapter seem to work independently from one another. i.e., if I run
PUB null dira[0..7]~~ outa[0] := 1 waitcnt(8_000_000 + cnt) repeat outa[0..7] := outa[0..7] >> 1 waitcnt(8_000_000 + cnt)
The led's will all light up in sequence. The green ones (G1, G0) seem dimmer than they should be, but I could be wrong.
Here is the the first thing that seems problematic: I can light pins 0..1 (V and H) together, and I can also light pins 2..3 (B0 and B1) together. However, I cannot light pins 1..2 together - in that situation, I will only see pin 1 light, while pin 2 remains off.
Also, at any time that the adapter is plugged in, if I poke the solder joint for either pin 0 or 1 with a piece of wire or finger (antenna), the corresponding led will light. This only works for those two. The schematic doesn't show that V and H are routed any differently than the other pins. I'm a bit confused by that.
I'm baffled! Does this sound familiar to anyone?
Comments
For the 74LC541, Pins 10 should be within a few millivolts of Vss on the ASC. Pin 20 should be be within a few millivolts of the Vdd rail of the ASC. And there should be at least 3 volts across pin 10 & 20 at all times
Is there a resistor somewhere in the Vdd supply to the VGA SIP adapter?
Does anyone know where that board layout is? I went looking for it a couple times but came up empty handed. Thanks!
The 'R' pin could be a reset pin, it probably has a high value pullup resistor, perhaps the one inside the prop. With a multimeter it would read 3 volts but not under significant load...
Careless mistakes always seem so obvious in hindsight..