Hello @Manuel_Salas
Thank you for your replay.
I'm using imx93. and HSEN bit is MCR0 register is correct.
In Table 121. clock root table of IMX93 Reference manual.
Max frequency of flexspi1_clk_root is 400MHz in normal mode.
Which is correct setting to use x_SCLK=66MHz with DDR mode?
1) MCR0[SERCLKDIV] = 010(Divided by3), MCR0[HSEN]=1(half-speed clock enable) :
400MHz /3 /2=66MHz
2) MCR0[SERCLKDIV] = 101(Divided by6), MCR0[HSEN]=0(half-speed clock disable) :
400MHz /6 /1 = 66MHz
Or if it have some limitation "This clock runs at half the frequency of serial clock root in DDR mode"
In table 10-3 you attached,
3) flexspi1_clk_root=133MHz, MCR0[SERCLKDIV] = 001(Divided by2),
MCR0[HSEN]=0(half-speed clock disable) : 133MHz /2 /1 = 66MHz.
I would like to know when to use HSEN bit.
Best regards,
Ishii.