Read the Mode Registers in LPDDR4 /w i.MX8M

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

Read the Mode Registers in LPDDR4 /w i.MX8M

Jump to solution
1,141 Views
george
Senior Contributor II

Dear all,

We want to read the Mode Registers during LPDDR4 operation to optimize the values of VREF_CA and VREF_DQ in RPA.


Are there any resources available for reference?

Best Regards,

George

0 Kudos
1 Solution
992 Views
igorpadykov
NXP Employee
NXP Employee

Hi George

seems this could be done using MRCTRL registers described in

sect.9.3.3.1.6 Mode Register Read/Write Control Register  i.MX8M Reference Manual

for example one can look at lpddr4_mr_read() in
ddrphy_utils.c\imx8m\ddr\drivers - uboot-imx - i.MX U-Boot 

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

View solution in original post

0 Kudos
2 Replies
993 Views
igorpadykov
NXP Employee
NXP Employee

Hi George

seems this could be done using MRCTRL registers described in

sect.9.3.3.1.6 Mode Register Read/Write Control Register  i.MX8M Reference Manual

for example one can look at lpddr4_mr_read() in
ddrphy_utils.c\imx8m\ddr\drivers - uboot-imx - i.MX U-Boot 

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

0 Kudos
992 Views
george
Senior Contributor II

Thanks

George

0 Kudos