Part Number: CC2642R
Other Parts Discussed in Thread: SYSCONFIG
Hi engineers,
SDK version: 6.40
set: CC2642 LP
I use sysconfig and enable 2 channel uart2, thenI use UART2_open(CONFIG_UART2_0), UART2_open(CONFIG _UART2_1).
But when I use UART2_write() to the handle of UART_open, only CONFIG _UART2_1 is functional, no data from CONFIG_UART2_0. I confirmed they are both functional when I enable either one separately.
Could you help me understand if I did something wrong here?