Other Parts Discussed in Thread: CC1350,
Tool/software: Code Composer Studio
Hi,
I want 2 devices to communicate by UART. At first, Sub device send data to main. and then main send data of main sensor to sub after receiving data. and sub send data to main like ACK.
In this case, main device can't receive ACK data from sub. UART overrun error occurred. so if sub sent "ABCDEFGHI" to main, main receive "ABCEFGI".
Uart configuration : Clock source XT1(32k), Baud Rate 9600.
and i test same operation with Clock source 1M and Baud rate 115200. this worked well . but i want to operate with Low - power. if i use 1M clock, i can't set power up to standard what i planned.