Is nrf5340 support only bluetooth hci_uart mode on cpunet?
I comping as following sample:
west build -p auto -b nrf5340dk_nrf5340_cpunet samples/bluetooth/hci_uart
but there's no reaction on ttyCAM0 and ttyCAM1
Is nrf5340 support only bluetooth hci_uart mode on cpunet?
I comping as following sample:
west build -p auto -b nrf5340dk_nrf5340_cpunet samples/bluetooth/hci_uart
but there's no reaction on ttyCAM0 and ttyCAM1
Hello,
We currently support the HCI RPMsg sample on the network core. So HCI UART is not supported. You can read more about the SW architecture in the nRF53 getting started guide here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#network-core
Best regards,
Vidar