Avoid usage of the network processor

Hi,

i have switched from the 52840Dk to the 5340Dk because of the higher memory i need for my project.

The project is finished and at the moment i am measuring the power consumption.

I am having a bit of trouble with this as the measurements arent completely consistent

(Infrequently get 0.2 mA average less).

I want to eliminate the network core as a factor of power usage.

I am building fort the nrf5340dk_nrf5340_cpuapp but the network core seems to be flashed aswell.

Zephyr seems to find its way on it. The network core seems to be failing to boot, as the output stays like this:

Is there any way to completely disable the network core or "leave it empty"?

Thanks in advance!

Parents
  • Hi,

    Generally, if you make an application for the application core, that is no problem. But if you build an application that use the radio, like a Bluetooth application, you will get a network core image as child image by default, as it is needed. 

    What is you are application doing? Is it for instance using the radio? If not, what else can you say about your project and what you are building for the network core (if you do not know, you may find out by looking at the build output when doing a pristine build as that will also show the build of any child images).

Reply
  • Hi,

    Generally, if you make an application for the application core, that is no problem. But if you build an application that use the radio, like a Bluetooth application, you will get a network core image as child image by default, as it is needed. 

    What is you are application doing? Is it for instance using the radio? If not, what else can you say about your project and what you are building for the network core (if you do not know, you may find out by looking at the build output when doing a pristine build as that will also show the build of any child images).

Children
Related