Hello Nordic Support,
I am trying to use the nRF5340 SDK to communicate directly with the network core via HCI commands, without going through the application core.
Steps I have taken so far:
-
Built the h
ci_uartexample from the nRF SDK (default configuration). -
The build generates only one firmware image (apparently the application core image).
-
After flashing this image to the device and sending HCI commands, I receive no response.
Expected behavior:
-
I want to communicate directly with the network core via HCI commands.
-
I expect the device to respond to HCI commands without requiring the application core.
Questions:
-
How can I build and flash the network core firmware so it can handle HCI commands directly?
-
Is there a supported Nordic example for HCI communication directly with the network core?
-
Are there any specific configurations or steps I need to enable HCI on the network core?