How to read DDR Mode Registers #123
Unanswered
tpearman353
asked this question in
Bare metal embedded software
Replies: 1 comment 2 replies
-
Hi Taylor, I believe the mode registers can not be read in the PolarFire SoC case. Let me reach out to the relevant person and I will revert early next week. Regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to read the mode registers (MRs) of a LPDDR4 memory with the Polarfire SoC? I see how a mode register write is done with mode_register_write() in mss_ddr.c, but cannot figure out how a read is done. It looks like the INIT_MRR_MODE register might be relevant. Also, I thought INIT_MR_ADDR might be used to set which MR to read, but the description from register map documentation seems to indicate this is used for MR writes only.
Thanks,
Taylor
Beta Was this translation helpful? Give feedback.
All reactions