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

The questions of current consumption in the datasheet

Hi Sir,

According to the nRF52832_PS_v1.4.pdf,
In section 17.1.1, the table shows the current consumption of Radio.
What's difference w/ Iradio_tx0 and Is0? Why do we get higher consumption in Is0?

in section 7.2.1, for CPU performance
What's the purpose and difference for "running from flash" (ex: Iddflashcache) and "running from RAM" (ex: Iddram)?

How to set the "running from flash" or "running from RAM"?

Thank you.

BRs, Han

Parents
  • Hi, 

     

    What's difference w/ Iradio_tx0 and Is0? Why do we get higher consumption in Is0?

    Iradio_tx0 is measurement with CPU in WFI/WFE sleep as the Table 23 described. Is0  is measurement while CPU running CoreMark from Flash. Please see this post.

    What's the purpose and difference for "running from flash" (ex: Iddflashcache) and "running from RAM" (ex: Iddram)?

    It shows the data is taken from flash or RAM.

     

    How to set the "running from flash" or "running from RAM"?

    This post describes how to execute code from RAM using Keil, and the the tutorial shows the adjustment of RAM and Flash memory.

    Best regards,

    Amanda 

Reply
  • Hi, 

     

    What's difference w/ Iradio_tx0 and Is0? Why do we get higher consumption in Is0?

    Iradio_tx0 is measurement with CPU in WFI/WFE sleep as the Table 23 described. Is0  is measurement while CPU running CoreMark from Flash. Please see this post.

    What's the purpose and difference for "running from flash" (ex: Iddflashcache) and "running from RAM" (ex: Iddram)?

    It shows the data is taken from flash or RAM.

     

    How to set the "running from flash" or "running from RAM"?

    This post describes how to execute code from RAM using Keil, and the the tutorial shows the adjustment of RAM and Flash memory.

    Best regards,

    Amanda 

Children
Related