I’m developing a new version of a custom debugger board for my project. The debug target is a solar powered device, which means sometimes I want to power it from the host (debugger) and sometimes I want to disconnect the host power and let the target power itself.
Currently I can do this witch a single SPDT switch, the problem is many of the testing is done remotely, so this is not a good solution.
I have a FTDI chip FT232R (but I think what I’m asking applies in general) and I want to know if there are some pins I can configure for gating control via some software commands? If so, how should I deliver these commands from my computer? What I would like to do is to connect a load switch IC which would then turn on and off the power from the host to the target. Do you think this is a viable solution?
Thanks!