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

nRF52 RAM Bank Current

Please correct me if I'm wrong but my understanding is that unused RAM banks can be disabled to reduce quiescent current.

  1. My first question is what is the current consumption of a RAM bank?
  2. How is turning off the RAM banks affected by PAN-15?
  3. Should this RAM banks be turned off if I am planning on using the DFU?

Thanks

Parents
  • Hi Darren,

    1. The consumption is 20 nA per 4k block while in systemon/systemoff power mode: infocenter.nordicsemi.com/.../power.html

    2. Errata #15 states that RAM.POWERSET[x] and RAM.POWERCLR[x] is unreliable for read operation. You can still use these to control the RAM blocks, but you must use RAM.POWER to read the current state of your RAM.

    3. This depends on if you use all of the RAM or not. If there are chunks of RAM that you do not use (and this has been verified), then you can safely turn them off.

    Cheers, Håkon

  • Hakon,

    Thanks for the quick answer!

    Cheers, Darren

Reply Children
No Data