Part Number: LAUNCHCC3220MODASF
Hello,
I want to build my own CC3220MODASF board. For this I need to know which UART at which pins can be used to program the device using UniFlash serial connection.
I know that if the bootloader will become active it also configures the serial lines if it sees a break condition.
Does the bootloader monitor both UARTs for the break condition?
Are all possible UART RX pins monitored for the break condition?
Does the bootloader use RTS and CTS? I think: NO.
Can I use the module pin 47 and pin 46 (as on the LAUNCHCC3220MODASF)?
Pin 47 - GPIO_02 - UART0_RX, UART1_RX
Pin 46 - GPIO_01 - UART0_TX, UART1_TX
Just for info: Does the bootloader configure these pins as UART0 or UART1 for programming?
I am a little bit confused because ...
The LAUNCHCC3220MODASF uses the pin 47 for RX and pin 46 for TX. These pins are the only serial ones which are connected to the XDS110 part and therefore exported to the world outside and therefor usable for programming using UniFlash.
Pin 47 - GPIO_02 - UART0_RX, UART1_RX
Pin 46 - GPIO_01 - UART0_TX, UART1_TX
o.k. I understand - use these pins for your own board.
Next: The DataSheet REV C says in a figure in section 7.1:
->
At a minimum, pull these pins out to test points to aid in debug:
Pin 48: CC_WL_RS232_TX
Pin 49: CC_WL_RS232_RX
Pin 50: CC_WL_UART_TX
Pin 52: CC_NPW_UART_TX
<-
Looking with the TI PinMux tool for this module and in the data sheet I found the following serial functions for these pads:
Pin 48 - GPIO_03 - UART1_TX
Pin 49 - GPIO_04 - UART1_RX
Pin 50 - GPIO_05 - nothing ???
Pin 52 - GPIO_07 - UART0_TX, UART0_RTS, UART1_RTS
There are no UART serial function at Pin50, so why to pull out the pins 50 and 52?
No information about "my" pins 46 and 47 :(
Any help is welcome.
Best regards,
Roman