Part Number: TMDSICE3359
Other Parts Discussed in Thread: PROFIBUS,
Tool/software: Code Composer Studio
Dear all,
I'm trying to debug a Linux application with GDB using the USB Interface of the device. In other examples Ethernet connection is used to debug applications, however I can't use the Ethernet ports as I'm running an industrial communication protocol on them. Thus, as I understand I don't have any other option rather than the USB port.
I followed these instructions to setup GDB with CCS, but using Serial Communication instead of TCP:

This is my connection setting:
By default the board uses the UART3 for serial console, thus I run this command to initialise the GDBServer:
gdbserver /dev/ttyS3 myApp
However when I launch the application from CCS, the GDBServer goes crazy:
I would appreciate any advice to debug Linux applications from CCS without using the Ethernet ports.
Thanks in advance,
Álvaro
