DQ mapping issue

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

DQ mapping issue

跳至解决方案
689 次查看
simonng
Contributor III

Hi NXP Team,

We are using i.MX8MQ processor with scrambled channel and data mapping to the LPDDR4 memory on our board. We are writing some test programs on the uboot to test the LPDDR4 memory. When I define a data and write it to the memory, what is the final data write to the DRAM?

For example, 

unsigned long testdata = 0xFEDCBA9876543210;

DQ_Mapping.jpg

with the above channel and data configuration, what data will be written to the DRAM?

Thanks.

 

0 项奖励
回复
1 解答
676 次查看
Yuri
NXP Employee
NXP Employee

@simonng 
Hello,

   Low byte 0x10 will be mapped to memory chan B 0x04: 4-th bit of i.MX8 to 2 bit of the memory
.... and so on.

Regards,
Yuri.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
677 次查看
Yuri
NXP Employee
NXP Employee

@simonng 
Hello,

   Low byte 0x10 will be mapped to memory chan B 0x04: 4-th bit of i.MX8 to 2 bit of the memory
.... and so on.

Regards,
Yuri.

0 项奖励
回复
673 次查看
simonng
Contributor III

Hi Yuri,

Thanks for your reply.

Regards,

Simon

0 项奖励
回复