Other Parts Discussed in Thread: SYSCONFIG
I'm trying to use UART1 on the device in addition to the XDS110-connected UART0, but no matter what pin configuration I use I can't seem to get sysconfig to direct the pins to the header without conflicts.
I'm using the mqtt-client example as the starting point (I'm basically trying to make a serial to MQTT bridge, so would like to use UART1 as the serial port for the IO, and UART0 for debugging.
Alternatively, a second best solution would be to use UART0 for my application, foregoing the use of the debugging UART, but in that case would I still be able to use the XDS110 device for programming over USB?
Any example syscfg files for what I want to achieve?