Parameters to reduce SDRAM power consomption

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Parameters to reduce SDRAM power consomption

ソリューションへジャンプ
1,791件の閲覧回数
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 解決策
1,787件の閲覧回数
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 返信
1,788件の閲覧回数
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 件の賞賛
返信