Other Parts Discussed in Thread: CC3220SF, CC3220MOD
Hi,
I am using CC3220MODA for wireless data transfer application, where i will get data from another controller(interfaced to flash) through UART.
I am using "nework_terminal" program of sdk_1.5.0.6 and it is programmed to UART0. when i change the UART pins (UART0 to UART1), it is not working. Please suggest what else i need to do, because my circuit is designed to work on UART1 (GPIO3 & GPIO4). Following are the changes made "nework_terminal" program of sdk_1.5.0.6.
{PowerCC32XX_PIN59, PowerCC32XX_WEAK_PULL_DOWN_STD}, /* GPIO4 */
{PowerCC32XX_PIN59, PowerCC32XX_WEAK_PULL_UP_STD}, /* GPIO4 */
.baseAddr = UARTA1_BASE,
.intNum = INT_UARTA1,
.intPriority = (~0),
.flowControl = UARTCC32XX_FLOWCTRL_NONE,
.ringBufPtr = uartCC3220SRingBuffer[CC3220SF_LAUNCHXL_UART1],
.ringBufSize = sizeof(uartCC3220SRingBuffer[CC3220SF_LAUNCHXL_UART1]),
.rxPin = UARTCC32XX_PIN_08_UART1_RX,
.txPin = UARTCC32XX_PIN_07_UART1_TX,
.ctsPin = UARTCC32XX_PIN_UNASSIGNED,
.rtsPin = UARTCC32XX_PIN_UNASSIGNED
.intNum = INT_UARTA1,
.intPriority = (~0),
.flowControl = UARTCC32XX_FLOWCTRL_NONE,
.ringBufPtr = uartCC3220SRingBuffer[CC3220SF_LAUNCHXL_UART1],
.ringBufSize = sizeof(uartCC3220SRingBuffer[CC3220SF_LAUNCHXL_UART1]),
.rxPin = UARTCC32XX_PIN_59_UART1_RX,
.txPin = UARTCC32XX_PIN_58_UART1_TX,
.ctsPin = UARTCC32XX_PIN_UNASSIGNED,
.rtsPin = UARTCC32XX_PIN_UNASSIGNED