Part Number: CC3220
Hi,
My customer reported a strange behavior in PinMux Tool (cloud version 4.0.1510).
Target device is CC3220SF (Default package).
When they simply added UART1 to the system, the tool automatically added UART0 with incorrect pin assignments.
Please see below snapshot.
Below two pins are assigned to UART0, but there is no UART0_RX function for PIN_08.
And there is no reason UART1_TX is assigned to UART0.
.rxPin = UARTCC32XX_PIN_08_UART0_RX,
.txPin = UARTCC32XX_PIN_07_UART1_TX,
If customer uses this output file (CC3220SF_LAUNCHXL.c), build fails with errors of course.
Thanks and regards,
KoT