SPIM current consumption is large

Hi

I am evaluating nrf52832.
I implemented SPIM with reference to nRF5_SDK17.1.0.
It is working correctly, but the operating current during transfer is high.
The average current is about 1.6mA.
The expected value is about the sum of SPIM's Run current for SPIM, 2 Mbps 50uA and HFINT Run Current 60uA.
Does anyone know the cause?
Is it possible to improve it?


best regards!

Parents
  • Hi,

    Average run current should be around 1µA. Are you only using the SPIM peripheral? How are you measuring the current? Did you remember to enable the DC/DC?

    Is it possible to improve it?

    If you want to get better average current then it would be smart to increase the frequency that the SPIM runs at, so that you quicker finish the transmission of data and can go to sleep longer,

    regards

    Jared 

Reply
  • Hi,

    Average run current should be around 1µA. Are you only using the SPIM peripheral? How are you measuring the current? Did you remember to enable the DC/DC?

    Is it possible to improve it?

    If you want to get better average current then it would be smart to increase the frequency that the SPIM runs at, so that you quicker finish the transmission of data and can go to sleep longer,

    regards

    Jared 

Children
Related