DQ mapping issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
622件の閲覧回数
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 解決策
609件の閲覧回数
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 返答(返信)
610件の閲覧回数
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 件の賞賛
606件の閲覧回数
simonng
Contributor III

Hi Yuri,

Thanks for your reply.

Regards,

Simon

0 件の賞賛