nrf5340 - running the complete BLE advertising and handling the read / write gatt client processing running in network core and doing rpc to application core
Create a sample application for BLE advertising running the BLE gatt client on network core and just debug print on application core
Issue is the ble advertising is not getting discovered when running on the network core
here is the code attached for network core example
Here is code attached for cpuapp core example
we want to utilise the netcore cpu&ram and do the ble processing on nrf5340's network core since we are running out of RAM after adding WiFi functionality in nrf5340's app core. Please help, I am unable to debug this issue, same netcore sample if changed board to cpuapp it works correctly!