nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ power_down_unused_ram()

void power_down_unused_ram ( void  )

#include <include/ram_pwrdn.h>

Request powering down unused RAM sections.

Power down RAM sections which are not used by the application image.

Note
Some libc implementations use the memory area following the application image for heap. If this is the case and the application relies on dynamic memory allocations, this function should not be used.