Part Number: MSP430F5172
Tool/software: Code Composer Studio
I'm somehow haveing strange problems with a MSP430F5172 and its uart.
I have connected another IC via uart (115200bps) to the microcontroller and wrote a code for communication (sending commands and checking reply).
Everything worked fine, I received the expected replies for every command. Until I disconnected the debugger and wanted to test with a battery as power supply. Without the FET being connected, I never got the correct reply (LED showing errors).
At first I thought, it must be the module, so I had a closer look on the MCU UART_RX line and checked the bit stream - looked fine. I also connected the RX pin of an FTDI UART cable to this line and got the correct values in hterm.
Then I suspected any misstuning in the SMCLK (by DCO and XTAL) and checked the frequency when FET connected and disconnected - everything looks good.
I already tested several core voltages and xtal drives.
Does anyone have any ideas or seen the same problem? I don't want to change the MCU as I only have one of these PCBs and don't want to destroy the pads...
Thanks for your help