Hi,
I have a custom board with an MSP430F5529 chip that uses the UCA0TXD and UCA0RXD pins for UART communication. The processor is programmed/debugged with an external MSP-FET430UIF programmer with CCS on a two pin JTAG (TDO/TDI and TCK). The UART works fine when it is run standalone without an active debug session. However, while running the debugger, the UART0RXD line becomes full of signals that looks similar to the TDO/TDI lines coming from the JTAG. As a result, my UART communication always fails in debug mode.
On a side note, I do not have this issue when using the MSP-EXP430F5529LP development board from TI. Do you know what could be the issue?
Thank You