I am using CC1354P10-1 Development Kit to test the demo program uart2callback_ LP_ EM_ CC1354P10_ 1_ Tirtos7_ Tickang, (hardware connection DIO12, DIO13, GND). I found that TX was working normally, but RX failed, unable to receive the data I was looping (looping data every 100ms). During my simulation, I found that when UART2_ read() first entered, the length of the read data was 0 and the return value was correct; but when entering the second time, the return value is incorrect.
Is the way wrong that I connected the hardware for the Development Kit or the way I send the data?