This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART cc2538 Z-stack

Other Parts Discussed in Thread: CC2538

Hi YiKai Chen,

I use Zstack for my cc2538. My project, i use 2 UART:

-  UART0: pin PA0 and PA1

- UART1: pin PD0 and PD1.

Fisrt, i init UART1 use  HalUARTInit and HalUARTOpen. But when i send data from function HalUARTWrite. Ex: HalUARTWrite(0, "test", 4);

then both port is UART0 and UART1 both receive data "test"

What happens to the UART cc2538?
I can use both 2 UART ports?
Please help in this regard!