Other Parts Discussed in Thread: ENERGIA
Howdy
I was recently coding on my MSP432P401R using Keil uVision5 as my IDE and Energia. Recently both my IDE's have been giving me error messages when uploading my codes both stating there is an error in my serial port. Could someone help me to make my IDEs detect XDS110 serial port?
For Energia, I am getting
"fatal: CS_DAP_0: Error connecting to the target: (Error -261 @ 0x0) Invalid response was received from the XDS110. (Emulation package 8.0.27.9)
Failed: Operation was aborted
the selected serial port Failed: Operation was aborted
does not exist or your board is not connected"
In Keil I am getting "XDS110 ERROR: NO DEBUG UNIT found".
To start fixing these errors I opened my device manager and looked at my PORTS (COM & LPT). I get two options when my MSP is connected "XDS110 Class Application/User UART (COM7)" and "XDS110 Class Auxiliary Data Port COM5)". When clicking on them and view their device status they read "The device is working properly."
To give some background on my setup for my IDEs for Energia under the Tools tab I have for Board I have "RED Launchpad w/ msp432p4014 EMT (48MHz)", Port: "COM7" since it shows on my device manager as working properly.
In Keil I am running an Asm assembly language code in the DEBUG tab I have the TI XDS Debugger selected.
