This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Uart Problem about DTM Project for NRF5340

Hi,

I want to use dtm project to test RF PHY performance about NRF5340. But after downloading dtm project and empty app project, NRF5340 can work normally from output RTT log. But when I sent command to BLE board by uart, there is no response. I can confirm there is no data in rx_byte buffer from RTT log. The uart configuration is following:

&uart0{

            status = "okay";

            current - speed = <19200>;

            tx-pin = <25>;

            rx-pin= <26>;

            rts-pin = <10>;

            cts-pin = <12>;

};

Please help me to check the uart configuration. And if there is other configurations about SW&HW, please tell me.

Thank you!

Parents Reply Children
Related