Hi, I'm using the ICE V2 EVM and in the example code for I2C_LED for instance, UART3 is used for output. I have a couple of questions:
1) Where is UART3 mode config set for pins MII1_RXD2 and 3? I don't see it in the MUX_CONFIG icev2Mux[] structure. Shouldn't there be a "001" written to bits 2-0 of register 0x934 and 0x938?
2) How do I see the data from UART3, as it appears to be shared with the JTAG on the USB connection through the FT2232 chip ? I've loaded the FTDI D2xx driver and have a terminal open at 115k baud on the USB com port.
There's nothing that I could find in the Wiki's about this UART3 port.
Thanks.