Hi there,
I'm using an MSP430G2553 processor on a circuit board that communicates to a separate, but identical, board through one of their port pins. I'm not using any communication protocol, the first board simply communicates to the other by sending a digital HIGH or LOW to it's input. The second board's port pin is set to internally pull-up.
The problem I'm seeing is that if the first board is unpowered (VCC floating), the pull-up from the second board is driving the first board's port pin high. This in turn pulls up VCC as well as other ports. I've tried tying the RST line of the first board low but it doesn't seem to change the behaviour.
Is this normal behavior? If so, is there a way to mitigate this issue?
Thanks,
Kyle