<?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>topic Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350179#M31581</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35514"&gt;@May&lt;/a&gt;_Liu and &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261616"&gt;@Kesavan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you very much for your detailed response and for sharing the reference application note.&lt;/P&gt;&lt;P&gt;Please find our observations and follow‑up below:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Hardware Design (DQS, Boot Mode &amp;amp; Boot Config Pins)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;The external QSPI NOR flash used on our custom board is &lt;STRONG&gt;IS25LP256E&lt;/STRONG&gt; (QuadSPI NOR, 3.3 V).&lt;/LI&gt;&lt;LI&gt;For the QSPI NOR interface, &lt;STRONG&gt;DQS is not required&lt;/STRONG&gt;.&lt;BR /&gt;However, on our board, the &lt;STRONG&gt;FlexSPI DQS pin is currently repurposed and connected for ADC functionality&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The FlexSPI signals (&lt;STRONG&gt;CLK, CS, D0–D3&lt;/STRONG&gt;) are routed according to the i.MX RT1062 reference design.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;BOOT_MODE[1:0]&lt;/STRONG&gt; and &lt;STRONG&gt;BT_CFG[0…11]&lt;/STRONG&gt; pins are correctly configured for &lt;STRONG&gt;FlexSPI1 Serial NOR boot&lt;/STRONG&gt;, and this configuration is documented in the boot fuse map section of our schematic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We would appreciate your confirmation on whether &lt;STRONG&gt;repurposing the FlexSPI DQS pin for ADC use&lt;/STRONG&gt; could potentially impact FlexSPI NOR operation or flash programming on RT1062.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;FlexSPI NOR Boot Image Verification&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The binary being programmed is intended as a &lt;STRONG&gt;FlexSPI NOR boot image&lt;/STRONG&gt;, with the following characteristics:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It includes the required &lt;STRONG&gt;Flash Configuration Block (FCB)&lt;/STRONG&gt; and &lt;STRONG&gt;Image Vector Table (IVT)&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The flexspi_nor_config_t (FCB) parameters are configured according to the &lt;STRONG&gt;IS25LP256E datasheet&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To ensure we are validating this correctly on our side, could you please advise on the &lt;STRONG&gt;recommended method or tool&lt;/STRONG&gt; to explicitly verify that a binary is a valid &lt;STRONG&gt;FlexSPI NOR boot image&lt;/STRONG&gt;, particularly with respect to correct &lt;STRONG&gt;FCB and IVT placement and format&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is verifying the &lt;STRONG&gt;FCB at offset 0x400&lt;/STRONG&gt; and &lt;STRONG&gt;IVT at offset 0x1000&lt;/STRONG&gt; sufficient?&lt;/LI&gt;&lt;LI&gt;Is there a preferred NXP tool or method (e.g., &lt;STRONG&gt;MCUXpresso, blhost, elftosb, or ROM diagnostics&lt;/STRONG&gt;) to perform this validation more formally?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your support and guidance.&lt;BR /&gt;We look forward to your clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;STRONG&gt;Kesavan&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 13:39:00 GMT</pubDate>
    <dc:creator>Kesavan</dc:creator>
    <dc:date>2026-04-13T13:39:00Z</dc:date>
    <item>
      <title>Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2349940#M31574</link>
      <description>&lt;H3&gt;&lt;STRONG&gt;Problem Description&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;I am working with a &lt;STRONG&gt;custom board based on the NXP i.MX RT1062&lt;/STRONG&gt;, and I am facing issues while programming the &lt;STRONG&gt;external QSPI NOR flash&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I am attempting to flash the application using &lt;STRONG&gt;J-Link&lt;/STRONG&gt; through &lt;STRONG&gt;JTAG&lt;/STRONG&gt;, but the programming process fails. The debugger is able to connect to the target, and the core is detected correctly; however, the external flash is &lt;STRONG&gt;not being programmed&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Setup Details&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;MCU&lt;/STRONG&gt;: NXP i.MX RT1062&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;External Flash&lt;/STRONG&gt;: QSPI NOR Flash (part number: 25LP-WP256E or equivalent)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Debugger&lt;/STRONG&gt;: SEGGER J-Link&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;IDE / Tools&lt;/STRONG&gt;: MCUXpresso IDE / J-Link Commander&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Boot Mode&lt;/STRONG&gt;: FlexSPI NOR boot&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Board Type&lt;/STRONG&gt;: Custom hardware (not an evaluation board)&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;H3&gt;&lt;STRONG&gt;Observed Behavior&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;J-Link successfully connects to the RT1062.&lt;/LI&gt;&lt;LI&gt;Flash programming fails or hangs when attempting to write to external NOR flash.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Apr 2026 07:22:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2349940#M31574</guid>
      <dc:creator>Kesavan</dc:creator>
      <dc:date>2026-04-13T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350109#M31577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261616"&gt;@Kesavan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;P&gt;1: Please check the hardware design, especially the DQS pin connection(for high-speed operation, DQS should float).&lt;/P&gt;
&lt;P&gt;and also double-check the Boot Mode and&amp;nbsp; Boot Config pins settings.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2: Please test that the binary is a valid FlexSPI NOR boot image,&amp;nbsp;&amp;nbsp;and&amp;nbsp; &amp;nbsp;it contains the required boot header information, including the&amp;nbsp;FCB&amp;nbsp;and&amp;nbsp;IVT&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Please also make sure that the&amp;nbsp;flexspi_nor_config_t&amp;nbsp;(FCB) matches the external QSPI NOR flash device, and that the flash programming algorithm/loader is for the correct flash device.&lt;/P&gt;
&lt;P&gt;Please refer to this application note for more detail information:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/nxp/application-notes/AN12183.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/nxp/application-notes/AN12183.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;May Liu&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 10:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350109#M31577</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-04-13T10:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350179#M31581</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35514"&gt;@May&lt;/a&gt;_Liu and &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261616"&gt;@Kesavan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you very much for your detailed response and for sharing the reference application note.&lt;/P&gt;&lt;P&gt;Please find our observations and follow‑up below:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Hardware Design (DQS, Boot Mode &amp;amp; Boot Config Pins)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;The external QSPI NOR flash used on our custom board is &lt;STRONG&gt;IS25LP256E&lt;/STRONG&gt; (QuadSPI NOR, 3.3 V).&lt;/LI&gt;&lt;LI&gt;For the QSPI NOR interface, &lt;STRONG&gt;DQS is not required&lt;/STRONG&gt;.&lt;BR /&gt;However, on our board, the &lt;STRONG&gt;FlexSPI DQS pin is currently repurposed and connected for ADC functionality&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The FlexSPI signals (&lt;STRONG&gt;CLK, CS, D0–D3&lt;/STRONG&gt;) are routed according to the i.MX RT1062 reference design.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;BOOT_MODE[1:0]&lt;/STRONG&gt; and &lt;STRONG&gt;BT_CFG[0…11]&lt;/STRONG&gt; pins are correctly configured for &lt;STRONG&gt;FlexSPI1 Serial NOR boot&lt;/STRONG&gt;, and this configuration is documented in the boot fuse map section of our schematic.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We would appreciate your confirmation on whether &lt;STRONG&gt;repurposing the FlexSPI DQS pin for ADC use&lt;/STRONG&gt; could potentially impact FlexSPI NOR operation or flash programming on RT1062.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;FlexSPI NOR Boot Image Verification&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The binary being programmed is intended as a &lt;STRONG&gt;FlexSPI NOR boot image&lt;/STRONG&gt;, with the following characteristics:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It includes the required &lt;STRONG&gt;Flash Configuration Block (FCB)&lt;/STRONG&gt; and &lt;STRONG&gt;Image Vector Table (IVT)&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The flexspi_nor_config_t (FCB) parameters are configured according to the &lt;STRONG&gt;IS25LP256E datasheet&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To ensure we are validating this correctly on our side, could you please advise on the &lt;STRONG&gt;recommended method or tool&lt;/STRONG&gt; to explicitly verify that a binary is a valid &lt;STRONG&gt;FlexSPI NOR boot image&lt;/STRONG&gt;, particularly with respect to correct &lt;STRONG&gt;FCB and IVT placement and format&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is verifying the &lt;STRONG&gt;FCB at offset 0x400&lt;/STRONG&gt; and &lt;STRONG&gt;IVT at offset 0x1000&lt;/STRONG&gt; sufficient?&lt;/LI&gt;&lt;LI&gt;Is there a preferred NXP tool or method (e.g., &lt;STRONG&gt;MCUXpresso, blhost, elftosb, or ROM diagnostics&lt;/STRONG&gt;) to perform this validation more formally?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your support and guidance.&lt;BR /&gt;We look forward to your clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;&lt;STRONG&gt;Kesavan&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 13:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350179#M31581</guid>
      <dc:creator>Kesavan</dc:creator>
      <dc:date>2026-04-13T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350654#M31594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261616"&gt;@Kesavan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your updated information.&lt;/P&gt;
&lt;P&gt;1: your understanding about DQS pin is not correct.&lt;/P&gt;
&lt;P&gt;Please refer to RT1060 data sheet.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 635px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382269iFFD3884DEA04EC04/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want your Flash run at a High frequency, you need leave DQS pin float.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to this link.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxpic.org.cn/module/forum/forum.php?mod=viewthread&amp;amp;tid=804839&amp;amp;page=1&amp;amp;extra=#pid3085139" target="_blank"&gt;【新提醒】iMX RT 系列中 FlexSPI DQS 信号引脚配置GPIO 方法 - i.MX RT - 恩智浦技术社区&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2: I suggest you use SEC tool to test your Flash first.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-PROVISIONING" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-PROVISIONING&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;a. Set your board as serial download mode.&lt;/P&gt;
&lt;P&gt;b. Create a new workspace for RT1060, connect your board with LPUART1 or USB1 to the PC.&lt;/P&gt;
&lt;P&gt;c. set Boot Memory Configuration, select your Flash type, then Test Connection.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382270i12135B218EC06BA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;May Liu&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 09:14:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350654#M31594</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-04-14T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350700#M31595</link>
      <description>&lt;P&gt;We have tried using the &lt;STRONG&gt;MCUBootUtility tool&lt;/STRONG&gt;. We are able to successfully connect to the &lt;STRONG&gt;flashloader&lt;/STRONG&gt;, but after that, when it is expected to switch to &lt;STRONG&gt;boot device mode&lt;/STRONG&gt;, it does not proceed further and instead reports the error &lt;STRONG&gt;“failed to configure external memory.”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We have attached a screenshot of the error message for your reference.&lt;/P&gt;&lt;P&gt;Additionally, please note that on our &lt;STRONG&gt;custom board&lt;/STRONG&gt;, we are &lt;STRONG&gt;not using the default QSPI/FlexSPI pin configuration&lt;/STRONG&gt;. The FlexSPI signals are routed to different pins on our hardware. We have attached the detailed &lt;STRONG&gt;pin‑mapping information&lt;/STRONG&gt; for reference.&lt;/P&gt;&lt;P&gt;Could you please advise whether any additional configuration or changes are required when using &lt;STRONG&gt;non‑default QSPI/FlexSPI pins&lt;/STRONG&gt;, to ensure successful external flash detection during the boot utility flow?&lt;/P&gt;&lt;P&gt;we have attached images for your reference&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 10:13:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2350700#M31595</guid>
      <dc:creator>Kesavan</dc:creator>
      <dc:date>2026-04-14T10:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Programming External NOR Flash on Custom i.MX RT1062 Board</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2353952#M31657</link>
      <description>&lt;P&gt;Please try the settings shown in the image below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mayliu1_2-1776737542449.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/383021i56077C516BF8916C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mayliu1_2-1776737542449.png" alt="mayliu1_2-1776737542449.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mayliu1_1-1776737195347.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/383020iD8A9055B0E794E97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mayliu1_1-1776737195347.png" alt="mayliu1_1-1776737195347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 02:12:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Issue-Programming-External-NOR-Flash-on-Custom-i-MX-RT1062-Board/m-p/2353952#M31657</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-04-21T02:12:30Z</dc:date>
    </item>
  </channel>
</rss>

