DQ mapping issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DQ mapping issue

Jump to solution
602 Views
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 Kudos
1 Solution
589 Views
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.

View solution in original post

0 Kudos
2 Replies
590 Views
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 Kudos
586 Views
simonng
Contributor III

Hi Yuri,

Thanks for your reply.

Regards,

Simon

0 Kudos