This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Where/How to find useful power/current consumption documentation?

Hello,

I'm trying to do some power optimization in my project and I'm looking for information about current consumption of different peripherals. Unfortunately, the information I find is all over the place.

For example, if I wanted to check the power consumption of the UART peripheral I would go to the NRF52832 Product Specification and check the Electrical Specification of the UART peripheral. There I see that the run current @ 115200 bps is 55 uA. However, by looking at different threads here in the DevZone I see that the current consumption depends on many more factors other than baud rate, e.g. usage of flow control, EasyDMA, etc.

The current consumption of the UART peripheral, for what I can tell by reading these threads, is on the order of mA, not uA.

As I have power consumption questions about several peripherals, I ask about how to find out the information myself, rather than asking the questions specifically.

For example, I want to check the power consumption of the PWM peripheral. How would I go about that?

Thanks for your help!

Parents
  • Hi, unfortunately the peripheral currents are not fully documented in the product specification because there are too many factors involved.

    In general the HF clock needs to be started and the DMA bus needs to be running when the peripherals are active. These two combined is about 1.2mA or 2mA for DCDC enabled or disabled respectively. For peripherals without DMA, the current depends on how much the CPU is working during the transactions.

Reply
  • Hi, unfortunately the peripheral currents are not fully documented in the product specification because there are too many factors involved.

    In general the HF clock needs to be started and the DMA bus needs to be running when the peripherals are active. These two combined is about 1.2mA or 2mA for DCDC enabled or disabled respectively. For peripherals without DMA, the current depends on how much the CPU is working during the transactions.

Children
Related