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

nRF5340-DK : trouble with hci_uart sample

Hi !

I want to send simple HCI commands, such as reset, to the nRF5340 via UART. Therefore, I'm using the sample "hci_uart" available with nRF Connect SDK v1.5.0. I am sniffing the UART lines on the dev. kit with a logic analyzer but I cannot manage to measure anything. To try to understand what is going on, I put some breakpoints in the code and I observed that SoC never reaches the code in the while(1) loop in the main and systematically gets stuck in the file "cpu_idle.S". Is it normal ?

I did not modify anything in the code but I can imagine I do something wrong... please, can anybody help me clarifying this issue ?

I am available to give you any other information.

Kind regards.

Related