Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net core by default.
Where to find the sample for nrf5340 net core that is written by default. I mean when I use BLE observer sample with zephyr controller there is some code that goes in Net core by default.
Many of the BLE samples for nRF5340 build the hci_ipc sample as an implicit "child image" and load this in the net core. In NCS SDK 2.6.0 the location is v2.6.0\zephyr\samples\bluetooth\hci_ipc.
Look in your build output directory; presence of an hci_ipc directory there confirms this is what happened.
Many of the BLE samples for nRF5340 build the hci_ipc sample as an implicit "child image" and load this in the net core. In NCS SDK 2.6.0 the location is v2.6.0\zephyr\samples\bluetooth\hci_ipc.
Look in your build output directory; presence of an hci_ipc directory there confirms this is what happened.