I'm interested in using the Application core as the monolithic processor for my entire BLE application, similar to how you worked on the nRF52840, so the BLE controller would run together with the BLE host on the same core.
From the documentation I'm not entirely sure if some of the radio functionality is inherently tied to the network core or if the differentiation is just semantics and differences in the feature set available to each ARM core and they are equals in terms of access to peripherals.
The background here is that I would like to run a completely separate "bare metal" application on the network core without any other code present.
I would still like to communicate with the application on the application core via shared memory but otherwise the two applications should be completely separated and no BLE code should sit on the network core and instead fully located on the application core.