i.MX6Q MMDCx_MDASP[CS0_END] for 4GB with 2CS

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

i.MX6Q MMDCx_MDASP[CS0_END] for 4GB with 2CS

跳至解决方案
723 次查看
m_c
Senior Contributor I

We found two different values by below three methods for CS0_END for 4GB with 2CS. Why difference value? Which is right?

1. Page 3840 of IMX6DQRM revision 2 is 0x3f

pastedImage_1.png

2. Page 3926 of IMX6DQRM revision 2 is 0x47.

2048M/32M+0x7=0x40+0x7=0x47

pastedImage_5.png

3. Mx6DQSDL DDR3 Script Aid V0.09.xlsx is 0x47

pastedImage_4.png

pastedImage_7.png

标签 (1)
标记 (2)
0 项奖励
1 解答
540 次查看
Yuri
NXP Employee
NXP Employee

  The case MDASP[CS0_END] = 0x3F means :

CS0 is responsible for address range 0x1000_0000 - (0x8000_0000 - 1)

CS1 is responsible for address range 0x8000_0000 - (0xFFFF_FFFF)

  The case MDASP[CS0_END] = 0x47 means :

CS0 is responsible for address range 0x1000_0000 - (0x9000_0000 - 1)

CS1 is responsible for address range 0x9000_0000 - 0xFFFF_FFFF


Basically both may be used.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
541 次查看
Yuri
NXP Employee
NXP Employee

  The case MDASP[CS0_END] = 0x3F means :

CS0 is responsible for address range 0x1000_0000 - (0x8000_0000 - 1)

CS1 is responsible for address range 0x8000_0000 - (0xFFFF_FFFF)

  The case MDASP[CS0_END] = 0x47 means :

CS0 is responsible for address range 0x1000_0000 - (0x9000_0000 - 1)

CS1 is responsible for address range 0x9000_0000 - 0xFFFF_FFFF


Basically both may be used.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励