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, // ?
已解决! 转到解答。
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.
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------