Tool/software: TI-RTOS
Hi,
during the test, we found the CC1310 UART RX pin can't be pull up by internal weak pull up setting. it can only be pull up by an externally connected pull up resistor?
is this true?
I already modify the setting to:
CC1310_LAUNCHXL_UART_RX | PIN_INPUT_EN | PIN_PULLUP,
and use
IOCPinTypeUart(UART0_BASE, CC1310_LAUNCHXL_UART_RX, CC1310_LAUNCHXL_UART_TX, IOID_UNUSED, IOID_UNUSED);
is there any other code to be added to enable the internal weak pull up setting on uart Rx pin?
if without pull up, when board be powered up, and the uart port connection being left open, cc1310 uart will rx garbled codes.
B/R,
Shaowei