rt1052 xip use nor flash, no dqs pad, How much .serialClkFreq can be set to the maximum

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

rt1052 xip use nor flash, no dqs pad, How much .serialClkFreq can be set to the maximum

跳至解决方案
822 次查看
dasg
Contributor I

My board use rt1052, and boot from QSPI flash ()and boot from QSPI flash (IS25LP064A).  IS25LP064A data sheet as follow link: https://www.issi.com/WW/pdf/25LP064A.pdf

flash connect to 1052 with FlexspiA, GPIO_SD_B1_06~GPIO_SD_B1_11.

use CE, SCK, IO1~IO4, no DQS pad.

My question is when .readSampleClksrc=kFlexSPIReadSampleClk_LoopbackInternally, How much .serialClkFreq can be set to the maximum? kFlexSpiSerialClk_133MHz or kFlexSpiSerialClk_60MHz, or other value.

const flexspi_nor_config_t hyperflash_config =
{
.memConfig =
{

.readSampleClksrc=kFlexSPIReadSampleClk_LoopbackInternally,

.serialClkFreq = kFlexSpiSerialClk_133MHz, // ?

0 项奖励
回复
1 解答
815 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) How much .serialClkFreq can be set to the maximum?
-- It should be 60 MHz when set the readSampleClksrc=kFlexSPIReadSampleClk_Loopback Internally
Have a great day,
TIC

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

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
816 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) How much .serialClkFreq can be set to the maximum?
-- It should be 60 MHz when set the readSampleClksrc=kFlexSPIReadSampleClk_Loopback Internally
Have a great day,
TIC

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

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

0 项奖励
回复