Hey guys,
I'm working with an AVRminiV3.1 development board and a Tiny Track 4 tnc board. The microcontroller will lock up when I connect the two boards together. Not sure if it's a hardware setting/configuration or a code issue...
The connections are 5 volts, ground, Tx(output pin of atmeage128) and Rx( input pin to atmega 128). The way that this has been worked around is if the Rx pin is initially high, right when the microcontroller is powered on. This is the only thing that works. I have tried using a pullup resistor to that pin but it will not work unless it's a straight short to 5 volts...
What can be going wrong with this input pin to the microcontroller?
Thanks.