SDR mode and DDR mode switch.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SDR mode and DDR mode switch.

跳至解决方案
2,571 次查看
takashitakahash
Contributor III

Hi community.

VYBRIDRSERIESEC_Rev_7.PDF p58 "9.5.1 QuadSPI timing" description of "SDR mode"or"DDR mode",

but QSPIFlashROM by the command switches DDR and SDR.

This sheet described in the "SDR mode", "DDR mode" is bit7 of QuadSPI0_MCR register: will be set to "1"  of DDR_EN?

Or refers to the mode of behavior when using the DDRRead/Write command and the SDRRead/Write command?

标签 (1)
0 项奖励
回复
1 解答
1,402 次查看
r8070z
NXP Employee
NXP Employee


Have a great day,

DDR Mode is enabled by setting the QSPI_MCR[DDR_EN].

The sampling register (QSPI_SMPR) should also be configured. When the serial flashes function in DDR mode the time for which the data is actually valid is smaller than half a clock cycle, it requires that we provide closely spaced sampling points.

Note that some flash vendors provide the DQS signal to which the read data is aligned in DDR mode (Spansion for example). When the DQS signal is used, the  QSPI_MCR[DQS_EN] must be set.

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,403 次查看
r8070z
NXP Employee
NXP Employee


Have a great day,

DDR Mode is enabled by setting the QSPI_MCR[DDR_EN].

The sampling register (QSPI_SMPR) should also be configured. When the serial flashes function in DDR mode the time for which the data is actually valid is smaller than half a clock cycle, it requires that we provide closely spaced sampling points.

Note that some flash vendors provide the DQS signal to which the read data is aligned in DDR mode (Spansion for example). When the DQS signal is used, the  QSPI_MCR[DQS_EN] must be set.

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

0 项奖励
回复