Hello,
I am currently working with the development board nRF5340DK in order to evaluate the nRF5340 SoC.
Given certain project requirements related to the operating temperature, we are replacing the nRF52 SoC by the nRF53 SoC.
Looking at the block diagram of the application and the network core, I realized that only the network core has access to the Radio Transciever. I understand that the reason of that is to use the Network Core to run the BLE Controller and the Application Core to allocate the BLE Host and the application.
Given a situation of extreme restrictions in terms of power consumption, an operating temperature > 105 °C (thus nRF52 not being a feasible option) and considering that only the Network core can be completely stopped (Force-Off Mode), I have a few questions:
- The Product Specification states the following:
"The application core peripherals are accessible from the network core, but the network core peripherals are not accessible from the application core"
Despite of that, would it be possible to somehow modify the Zephyr Device Tree / Kernel so that the Application Core can have direct access to the Radio transciever and allocate the BLE Controller? - In terms of power consumption, would the difference (if any) with the two cores configuration be much significant?
Best regards and thanks in advance.