Other Parts Discussed in Thread: TPS3801
I have a programming board which takes the 14 pin JTAG from a MSP-FET430UIF and puts the 4 wire JTAG signals on a different connector along with some serial data lines and 3.3V power for the target board. I have modified this board to use spi-bi-wire.
Programming board setup -
The target board connector which has the 4 wire JTAG signals / serial lines / 3.3V from programming board is floating.
3.3V on the programming board powers the target, and is also jumpered to pin 4 (VCC from target) on the 14pin JTAG conn. The target has a 3.3V output DC/DC converter which powers the MSP430 so I think this should be ok.
Pin 1 (TDO/TDI) of 14pin JTAG goes to the \RST pin on target board MSP430
Pin 7 (TCK) of 14pin JTAG goes to TEST/SBWTCK pin on target board MSP430
My target board in question has a voltage supervisor (TPS3801) on the MSP430 /RST pin which will hold the /RST pin low for approx 200ms after VCC has risen.
When I try to download and debug in IAR, the board does a reset but IAR fails to connect. I have messed with Target VCC settling time in the project options to no avail. Any ideas???