Parameters to reduce SDRAM power consomption

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Parameters to reduce SDRAM power consomption

跳至解决方案
2,271 次查看
mbourhis
Contributor II

Hi,

The 'DDR memory controller' allows us to choose the 'power management mode'.

In the 'QorIQ LS1028A Reference Manual', I read the 'dynamic power management mode' can reduce power consomption.

My first question is:

does this mode reduce the DDR refresh rate, and is there an impact about the performances?

My second question is how to active this 'power management mode'? Is there a regsiter to write in it, at which step of the boot (with the PreBoot Loader ?)?

 

Thanks for your help.

Regards,

标签 (1)
0 项奖励
回复
1 解答
2,267 次查看
Bulat
NXP Employee
NXP Employee

1. When dynamic power management mode is enabled, it puts SDRAM devices into power-down mode when there is no ongoing memory activity by negating CKE signal. Details of 'power-down mode' can be found in SDRAM datasheets.

When the memory exits from the power-down mode, it requires some time delay (tXP) before any bus command (like read/write), so yes, this mode slightly affects performance. 

2. To enable dynamic power management mode the user should set bit DDR_SDRAM_CFG[DYN_PWR]. This can be done any time, for example before the DDR controller is enabled.

Regards,

Bulat

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,268 次查看
Bulat
NXP Employee
NXP Employee

1. When dynamic power management mode is enabled, it puts SDRAM devices into power-down mode when there is no ongoing memory activity by negating CKE signal. Details of 'power-down mode' can be found in SDRAM datasheets.

When the memory exits from the power-down mode, it requires some time delay (tXP) before any bus command (like read/write), so yes, this mode slightly affects performance. 

2. To enable dynamic power management mode the user should set bit DDR_SDRAM_CFG[DYN_PWR]. This can be done any time, for example before the DDR controller is enabled.

Regards,

Bulat

 

0 项奖励
回复