Other Parts Discussed in Thread: SYSCONFIG
When our customer checked the mode register settings using an analyzer during the DDR4 initialization phase, the value of A12:A10 in "Mode Register 6 (MR6)" showed 011b, but 011b means data rate not supported by AM2434.

Our customer includes and uses a header file "board_ddrReginit.h" generated using the "DDR Subsystem Register Configuration" in the Sysconfig tool. The value of bits 12:10 of the register corresponding to the data to program into MR6 in the header file showed 001b.
0x00000493U, // DDRSS_CTL_242_VAL
0x00000493U, // DDRSS_CTL_243_VAL
0x00000493U, // DDRSS_CTL_244_VAL
0x00000493U, // DDRSS_CTL_245_VAL
0x00000493U, // DDRSS_CTL_246_VAL
0x00000493U, // DDRSS_CTL_247_VAL
I understand that to set MR6 in the initialization phase, these values in the header file are set in the registers below, and the values are reflected as they are, is that correct?
AM64x/AM243x Technical Reference Manual (Rev. G)
8.1.5.293 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_242 Registers (Page 4492)
8.1.5.294 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_243 Registers (Page 4493)
8.1.5.295 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_244 Registers (Page 4494)
8.1.5.296 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_245 Registers (Page 4495)
8.1.5.297 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_246 Registers (Page 4496)
8.1.5.298 CTLPHY_WRAP__CTL_CFG__CTLCFG_DDR16SS_DENALI_CTL_247 Registers (Page 4497)
Why was MR6 set to a different value than in the header file?
Can the MR6 settings be changed by training during the initialization phase?
Best regards,
Daisuke

