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

Is nrf5340dk support hci usb/hci_uart with BLE controller

Hi, I found that hci_usb sample may not work correctly with nrf5340pdk from the following q&a. It means that nrf5340dk support hci_usb sample?

https://devzone.nordicsemi.com/f/nordic-q-a/71516/using-nrf5340-pdk-with-hci-usb-sample-hci-device-not-found-on-ubuntu?ReplySortBy=CreatedDate&ReplySortOrder=Descending

By the way, from the above link, the hci_uart mode works when download the correct merged.hex to nrf5340pdk board, so it means the nrf5340(p)dk support hci_uart?

(Because I tried to run hci_uart on nrf5340dk, and got a relied that nrf5340 only support hci_rpmsg. )

Parents
  • Hi,

    It means that nrf5340dk support hci_usb sample?

     Yes, hci_usb is supported on nRF5340DK. 

    By the way, from the above link, the hci_uart mode works when download the correct merged.hex to nrf5340pdk board, so it means the nrf5340(p)dk support hci_uart?

     Yes.

    Because I tried to run hci_uart on nrf5340dk, and got a relied that nrf5340 only support hci_rpmsg

     In this case, the hci_uart will be running on the application core, and then hci_rpmsg on the network core.

Reply
  • Hi,

    It means that nrf5340dk support hci_usb sample?

     Yes, hci_usb is supported on nRF5340DK. 

    By the way, from the above link, the hci_uart mode works when download the correct merged.hex to nrf5340pdk board, so it means the nrf5340(p)dk support hci_uart?

     Yes.

    Because I tried to run hci_uart on nrf5340dk, and got a relied that nrf5340 only support hci_rpmsg

     In this case, the hci_uart will be running on the application core, and then hci_rpmsg on the network core.

Children
Related