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!

