I want to use the uart for communication to my own hardware.
Currently the LINTX and LINRX lines are connected to the FT2232 chip to make a COM link to the host computer (through USB).
Is this connection needed for debugging or for printf support? Or are debugging and standard IO routed through the JTAG port (and through USB)?
If I disconnect the current LINTX and LINRX connectons and connect to my own hardware, what functionality of the development tools will I miss?
Is there a software manual describing the standard IO routing and possible options?