Part Number: MSP430F2274
Other Parts Discussed in Thread: MSP-FET, MSP-TS430DA38
Been trying to connect my device and utilize the UART connection to see the output from PuTTY, but keep getting a failure. The code is an example from the online resources guide, but when I try to load the project I get two different error messages. One is that the it cannot connect to COM65 at Baud 9600, which does not exist after looking at the connections on the computer's control panel. Another issue is after trying to configure the targetConfigs file to set up COM4 as the UART connection, which returns a "Load program error" with the following messages:
ComPort: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0x156: Read timed out
ComPort: File Loader: Verification failed: Target failed to write 0x8000
ComPort: GEL: File: C:\Users\sean.kramer\workspace_v8\printf_msp430\Debug\printf_msp430.out: Load failed.
Is there a reason why there is no connection, or a method of fixing this? I have searched online for similar issues and their fixes did not work for this problem. Thank you.