This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Information regarding usage of SRAM to reduce wake up latency

Other Parts Discussed in Thread: AM3352

Dear All,

I am using custom board based on beagle bone black with OS " Linux version 3.12.10-ti2013.12.01" and Sitara processor AM3352.

As per information in TI website, while going to deep sleep 0, the context information is saved ont to SRAM, which is retrieved at resume time.

Perioically we are performing minimal function such as toggling of LED (in active state) before going to sleep.

In order to reduce resume time (hence power consumption) we need to have this functionality in SRAM so that the kernel need not wake up fully.

Is there a possiblity that we can add such code in SRAM? If so, how do we do this?

If this is not possible, is there any other point early during the kernel wake up at which this can be added (without kernel waking up completely). How much is the wake up latency saving expected in case of this solution?


Thanks,
Sridhar CR