<?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: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/2115627#M34476</link>
    <description>&lt;P&gt;I'm having the exact issue that you guys are having. The issues only happen when I'm debugging. Did you find any resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What debug probe are you guys using?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 19:19:10 GMT</pubDate>
    <dc:creator>kylewintersb</dc:creator>
    <dc:date>2025-06-12T19:19:10Z</dc:date>
    <item>
      <title>Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1965251#M32038</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;We have developed a custom PCB based on the IMXRT1176 MCU, utilizing the same QSPI Flash as the IMXRT1170-EVK evaluation board. I am currently working on running a simple "blinky" application on the board.&lt;/P&gt;&lt;P&gt;Using the sample from the SDK, I modified the LED to GPIO13, IO7. The application works as expected when executed from internal RAM (by linking the application to RAM) within the MCUXpresso IDE, and I am able to debug without any issues. However, when attempting to run the application from external flash, I encounter difficulties. Specifically, I am unable to debug using the J-Link interface. I have also set the boot mode to [10] for internal boot, but the problem persists.&lt;/P&gt;&lt;P&gt;I have attached some screenshots for your reference and would appreciate any guidance you could provide on resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2024-10-01 15-41-59.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302252i51396DC01B4F1ED5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2024-10-01 15-41-59.png" alt="Screenshot from 2024-10-01 15-41-59.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; While debugging I get this deadbee error and no LED glows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2024-10-01 15-50-17.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302253iC2B107CA5C6068E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2024-10-01 15-50-17.png" alt="Screenshot from 2024-10-01 15-50-17.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the Jflash window showing that the boot header was added properly by the MCUXpresso .  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:06:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1965251#M32038</guid>
      <dc:creator>apoorv</dc:creator>
      <dc:date>2024-10-01T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1966591#M32049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241279"&gt;@apoorv&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you tried flashing with &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="_self"&gt;Secure Provisioning Tool&lt;/A&gt; or &lt;A href="https://github.com/JayHeng/NXP-MCUBootUtility" target="_self"&gt;MCUBoot Utility&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 20:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1966591#M32049</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-10-03T20:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1969935#M32106</link>
      <description>&lt;P&gt;Hello, thanks for the reply.&lt;/P&gt;&lt;P&gt;I have utilized the secure provisioning tool with the iled_blinky_cm7 example from the SDK, ensuring that the boot header is disabled (XIP_BOOT_HEADER_ENABLE=0). I've attached the zipped project for your reference.&lt;/P&gt;&lt;P&gt;Additionally, I've included the boot configuration and FCB configuration stored in the flash.&lt;/P&gt;&lt;P&gt;Despite these efforts, the device is still not booting, and the LED is not blinking as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 12:18:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1969935#M32106</guid>
      <dc:creator>apoorv</dc:creator>
      <dc:date>2024-10-09T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1970724#M32115</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241279"&gt;@apoorv&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I tested the application you shared (only changing the LED to GPIO9, pin 3) and it worked as expected when running from flash and in internal boot mode, being able to even start a debug session and run through it step by step.&lt;/P&gt;
&lt;P&gt;Perhaps the issue is HW related rather than SW?&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 01:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1970724#M32115</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2024-10-10T01:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1971239#M32129</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your response. We'll test the hardware and check the SPI signals during boot-up.&lt;/P&gt;&lt;P&gt;I'd also like to point out something that might help guide us. When I run the flexspi_nor_polling_transfer_cm7 example (loading the application to RAM using Link), I notice a mismatch between the bytes written and the bytes read:&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;BR /&gt;FLEXSPI example started!&lt;BR /&gt;Vendor ID: 0x9d&lt;BR /&gt;Erasing Serial NOR over FlexSPI...&lt;BR /&gt;Erase data - successfully.&lt;BR /&gt;Program data - read out data value incorrect !&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;But when I change the&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from .ARDSeqIndex = NOR_CMD_LUT_SEQ_IDX_READ_FAST_QUAD,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to .ARDSeqIndex = NOR_CMD_LUT_SEQ_IDX_READ_NORMAL, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the application runs successfully, and the read/write bytes match.&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;FLEXSPI example started!&lt;BR /&gt;Vendor ID: 0x9d&lt;BR /&gt;Erasing Serial NOR over FlexSPI...&lt;BR /&gt;Erase data - successfully.&lt;BR /&gt;Program data - successfully.&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;Could this indicate where the problem lies? Do you have any suggestions on what aspects of the hardware I should focus on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 09:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/1971239#M32129</guid>
      <dc:creator>apoorv</dc:creator>
      <dc:date>2024-10-10T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/2020091#M33007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241279"&gt;@apoorv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I seem to be having the exact same issue as you described. Were you able to find a solution or the root cause of the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 17:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/2020091#M33007</guid>
      <dc:creator>myee_</dc:creator>
      <dc:date>2024-12-27T17:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom PCB based on IMXRT1176: Problem booting using external flash: IS25WP128-JBLE</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/2115627#M34476</link>
      <description>&lt;P&gt;I'm having the exact issue that you guys are having. The issues only happen when I'm debugging. Did you find any resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What debug probe are you guys using?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 19:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Custom-PCB-based-on-IMXRT1176-Problem-booting-using-external/m-p/2115627#M34476</guid>
      <dc:creator>kylewintersb</dc:creator>
      <dc:date>2025-06-12T19:19:10Z</dc:date>
    </item>
  </channel>
</rss>

