The application must configure the pin mux to route the serial wire data to a pin accessible to the XDS110.
If this has not been done already, please select one of the pins from the drop down and copy over the generated
lines of code in the box to your application in 'main'. Recompile the application and load it again.
[[_getPinName(pinMuxIndex)]]
// Export Serial Wire Data Over [[_getPinName(selectedIndex)]] on XDS110 launchpad
IOCPortConfigureSet([[_getPin(selectedIndex)]], IOC_PORT_MCU_SWV, IOC_STD_OUTPUT);
Along with this please make sure the CCXML has been setup to 2-pin cJTAG with "Auxillary COM Port Connection" option set to "Aux COM Port is Target UART port" for SWO pin
and "Aux COM Port is Target TDO pin" for TDO pin.