The application must configure the pin mux to route the serial wire data to a pin accessible to the XDS110.
See the box below for an example of the code snippet that must be included in your application to do this.
You will also need the XDS110 AUX Breakout board with your XDS110 Pod. Connect the target pin to the UARTRX
on the breakout board.
// Export Serial Wire Data Over pin 25
GPIO_setPinConfig(GPIO_25_TRACESWO);