<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Hyperflash in RT1064 is not working</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1312284#M177381</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183176"&gt;@Meera_123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please note, the hyperflash is not the RWW chip, so you need to run in the RAM, not download to the flash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Now, follow me to test it again.&lt;/P&gt;
&lt;P&gt;1. chip enter the serial download mode, SW7 1:OFF, 2:OFF, 3:OFF, 4:ON&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Please modify the project link to RAM&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1627007433593.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150629i75715F4CA8CEE29B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1627007433593.png" alt="kerryzhou_0-1627007433593.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kerryzhou_0-1627007433593.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then test it again.&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 02:30:58 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2021-07-23T02:30:58Z</dc:date>
    <item>
      <title>Hyperflash in RT1064 is not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1311947#M177349</link>
      <description>&lt;P&gt;I did all the changes related to hardware,&amp;nbsp;Mount R356,R361,R362,R363,R364,R365,R366 and DNP R153,R154,R155,R156,R157,R158. Then load sdk example&amp;nbsp;&lt;STRONG&gt;evkmimxrt1064_flexspi_hyper_flash_polling_transfer.&amp;nbsp;&lt;/STRONG&gt;But hyperflash is not working. When I changed this structure board gets stuck.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;const flexspi_nor_config_t hyperflash_config = {
    .memConfig =
        {
            .tag = FLEXSPI_CFG_BLK_TAG,
            .version = FLEXSPI_CFG_BLK_VERSION,
            .readSampleClksrc=kFlexSPIReadSampleClk_ExternalInputFromDqsPad,
            .csHoldTime = 3u,
            .csSetupTime = 3u,
            .columnAddressWidth = 3u,
            // Enable DDR mode, Wordaddassable, Safe configuration, Differential clock
            .controllerMiscOption =
                (1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_DdrModeEnable) | (1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_WordAddressableEnable) |
                (1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_SafeConfigFreqEnable) | (1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_DiffClkEnable),
            .sflashPadType = kSerialFlash_8Pads,
            .serialClkFreq = kFlexSpiSerialClk_133MHz,
            .sflashA1Size = 64u * 1024u * 1024u,
            .dataValidTime = {16u, 16u},
            .lookupTable =
                {
                    // Read LUTs
                    FLEXSPI_LUT_SEQ(CMD_DDR, FLEXSPI_8PAD, 0xA0, RADDR_DDR, FLEXSPI_8PAD, 0x18),
                    FLEXSPI_LUT_SEQ(CADDR_DDR, FLEXSPI_8PAD, 0x10, DUMMY_DDR, FLEXSPI_8PAD, 0x06),
                    FLEXSPI_LUT_SEQ(READ_DDR, FLEXSPI_8PAD, 0x04, STOP, FLEXSPI_1PAD, 0x0),
                },
        },
    .pageSize = 512u,
    .sectorSize = 256u * 1024u,
    .blockSize = 256u * 1024u,
    .isUniformBlockSize = true,
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 10:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1311947#M177349</guid>
      <dc:creator>Meera_123</dc:creator>
      <dc:date>2021-07-22T10:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperflash in RT1064 is not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1312284#M177381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183176"&gt;@Meera_123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please note, the hyperflash is not the RWW chip, so you need to run in the RAM, not download to the flash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Now, follow me to test it again.&lt;/P&gt;
&lt;P&gt;1. chip enter the serial download mode, SW7 1:OFF, 2:OFF, 3:OFF, 4:ON&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Please modify the project link to RAM&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1627007433593.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150629i75715F4CA8CEE29B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1627007433593.png" alt="kerryzhou_0-1627007433593.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kerryzhou_0-1627007433593.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then test it again.&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 02:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1312284#M177381</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-07-23T02:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperflash in RT1064 is not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1313670#M177501</link>
      <description>&lt;P&gt;Yes, Now my flexspi hyperflash working. I was using sdk 2.9.1 and in that SDK , Flexspirootclk was 83Mhz when I changed clock setting with 42Mhz it is working with current sdk 2.9.1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Meera_123_0-1627369253781.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150942i7531DF4A6B8294AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Meera_123_0-1627369253781.png" alt="Meera_123_0-1627369253781.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Meera_123_0-1627369253781.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 07:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1313670#M177501</guid>
      <dc:creator>Meera_123</dc:creator>
      <dc:date>2021-07-27T07:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperflash in RT1064 is not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1314170#M177547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/183176"&gt;@Meera_123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;You can update your SDK to SDK10.0.0, please download it from this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/" target="_blank"&gt;https://mcuxpresso.nxp.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you still have questions about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 02:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hyperflash-in-RT1064-is-not-working/m-p/1314170#M177547</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-07-28T02:13:18Z</dc:date>
    </item>
  </channel>
</rss>

