<?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>Other NXP ProductsのトピックRe: MIMXRT1064CVL5B Custom PCB Flash Failure</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402690#M33124</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261976"&gt;@Anushka_SS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;All three symptoms (power drop when the probe is plugged in → board wakes up when you click Debug → hang at 3%) point to one single root cause: insufficient 3.3V supply margin on the board combined with an SWD/VTref wiring issue, causing a brown-out shutdown — not a software or flash-driver problem.&lt;/P&gt;
&lt;P&gt;Why we're confident:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You've hard-wired BOOT_MODE to Serial Downloader, so the application never runs — this rules out "app occupying the debug pins."&lt;/LI&gt;
&lt;LI&gt;The same probe and configuration work fine on the official EVK, so the difference is purely your custom-board hardware.&lt;/LI&gt;
&lt;LI&gt;A plain SWD connection draws almost no current, yet it collapses the entire 3.3V rail — this can only mean the probe is loading/back-feeding the 3.3V rail while the LDO trips into over-current protection.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;About 0x2000A750: this address sits in DTCM (the 0x20000000 region), where the flash algorithm (flashloader) runs. The 3% mark is exactly when continuous writes to the QSPI flash begin and the core + FlexSPI current peaks — the supply can't hold up, the core browns out and resets, hence the Wire ACK Fault. It's simply where the device died on brown-out, not bad memory or a code bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 07 Aug 2026 03:11:39 GMT</pubDate>
    <dc:creator>Gavin_Jia</dc:creator>
    <dc:date>2026-08-07T03:11:39Z</dc:date>
    <item>
      <title>MIMXRT1064CVL5B Custom PCB Flash Failure</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402531#M33120</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;Hi everyone,&lt;/DIV&gt;&lt;DIV class=""&gt;I am bringing up a custom board utilizing the &lt;STRONG&gt;MIMXRT1064CVJ5B&lt;/STRONG&gt; processor. The board is powered by an external 5V SMPS power supply fed into a 3.3V LDO regulator. I am using a CMSIS-DAP / DAP-Link debug probe to program and debug via the SWD interface inside MCUXpresso IDE.&lt;/DIV&gt;&lt;DIV class=""&gt;I am encountering a highly specific, repeatable power state crash when attempting to flash my code.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;The Symptoms:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Instant Power Drop on Connection:&lt;/STRONG&gt; When the board is running independently, it works fine and the power LED stays fully illuminated. However, the exact millisecond I connect my DAP-Link probe harness to the board's SWD header, the 3.3V rail collapses, the power LED turns completely off, and the board powers down. This happens &lt;STRONG&gt;before&lt;/STRONG&gt; executing any commands or clicking "Debug" in the IDE.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Momentary Power Recovery and Crash During Debug:&lt;/STRONG&gt; If I leave the probe connected and click the &lt;STRONG&gt;Debug&lt;/STRONG&gt; button in MCUXpresso, the board suddenly gets powered back up and the LED turns back on. However, right when the flashing sequence begins, the system freezes at &lt;STRONG&gt;3% progress&lt;/STRONG&gt; with a Wire ACK Fault and a bus hang-up at memory location 0x2000A750. Immediately after this crash, the board powers down again and the LED turns off.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;LinkServer Debug Console Log Output:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;============= SCRIPT: RT1064_connect.scp =============&lt;BR /&gt;RT1064 Connect Script&lt;BR /&gt;DpID = 0BD11477 APID = 0x04770041&lt;BR /&gt;Disabling MPU&lt;BR /&gt;Configure FlexRAM for 768KB OC RAM, 128KB I-TCM, 128KB D-TCM&lt;BR /&gt;Finished&lt;BR /&gt;======================================================&lt;BR /&gt;...&lt;BR /&gt;Writing 1322080 bytes to address 0x70000000 in Flash&lt;BR /&gt;70008000 done 3% (32768 out of 1048576)&lt;BR /&gt;request to clear DAP error failed - status 5&lt;BR /&gt;After error Nn(05). Wire ACK Fault in DAP access -&lt;BR /&gt;Failed to read address register in DAP - Nn(05). Wire ACK Fault in DAP access&lt;BR /&gt;failed to send op Terminate message - rc Em(17). Debug port inaccessible after access at location 0x2000A750&lt;BR /&gt;Target error from Commit Flash write: Em(17). Debug port inaccessible after access at location 0x2000A750&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;What I have tried so far:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Hardwired BOOT_MODE[1:0] to 01 (Serial Downloader mode) via physical solder pads to isolate application interference.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Target memory spaces are properly mapped to the internal 4MB QSPI flash baseline region at &lt;STRONG&gt;0x70000000&lt;/STRONG&gt; within the IDE linker properties.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;The exact same DAP-Link probe seamlessly programs an official NXP MIMXRT1064-EVK kit using identical code and configuration parameters.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-08-06 161612.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393890iD041BB0F222F6CDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-08-06 161612.png" alt="Screenshot 2026-08-06 161612.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Why is the connection causing an immediate power drop, why does the board temporarily wake up during debugging, and why does it consistently deadlock at the 3% flash mark? Any guidance on how to reliably program the chip with this layout behavior would be highly appreciated.&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks!&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Aug 2026 10:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402531#M33120</guid>
      <dc:creator>Anushka_SS</dc:creator>
      <dc:date>2026-08-06T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1064CVL5B Custom PCB Flash Failure</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402690#M33124</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/261976"&gt;@Anushka_SS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your interest in NXP MIMXRT series!&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;All three symptoms (power drop when the probe is plugged in → board wakes up when you click Debug → hang at 3%) point to one single root cause: insufficient 3.3V supply margin on the board combined with an SWD/VTref wiring issue, causing a brown-out shutdown — not a software or flash-driver problem.&lt;/P&gt;
&lt;P&gt;Why we're confident:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You've hard-wired BOOT_MODE to Serial Downloader, so the application never runs — this rules out "app occupying the debug pins."&lt;/LI&gt;
&lt;LI&gt;The same probe and configuration work fine on the official EVK, so the difference is purely your custom-board hardware.&lt;/LI&gt;
&lt;LI&gt;A plain SWD connection draws almost no current, yet it collapses the entire 3.3V rail — this can only mean the probe is loading/back-feeding the 3.3V rail while the LDO trips into over-current protection.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;About 0x2000A750: this address sits in DTCM (the 0x20000000 region), where the flash algorithm (flashloader) runs. The 3% mark is exactly when continuous writes to the QSPI flash begin and the core + FlexSPI current peaks — the supply can't hold up, the core browns out and resets, hence the Wire ACK Fault. It's simply where the device died on brown-out, not bad memory or a code bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Gavin&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Aug 2026 03:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402690#M33124</guid>
      <dc:creator>Gavin_Jia</dc:creator>
      <dc:date>2026-08-07T03:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1064CVL5B Custom PCB Flash Failure</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402694#M33125</link>
      <description>&lt;P&gt;if power drop by connecting the probe，the power supply maybe undervoltage since the cmsis probe absorb energy suddenly during connectting. Can you check the power rail in the system？How many current the debugger need？&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 03:29:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402694#M33125</guid>
      <dc:creator>db16122</dc:creator>
      <dc:date>2026-08-07T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1064CVL5B Custom PCB Flash Failure</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402865#M33126</link>
      <description>&lt;P class=""&gt;Thank you for you reply!&lt;BR /&gt;&lt;BR /&gt;Actually I am facing an issue with the power-up and SWD programming of my custom i.MX RT1064 board.&lt;/P&gt;&lt;P&gt;I am using a &lt;STRONG&gt;TLV75733PDBV 3.3 V LDO&lt;/STRONG&gt;. The LDO input is stable at &lt;STRONG&gt;5 V&lt;/STRONG&gt;, but sometimes the regulator does not produce 3.3 V because its &lt;STRONG&gt;EN pin remains low or has no voltage&lt;/STRONG&gt;. The EN pin is controlled directly by the RT1064 through the PMIC_ON_REQ signal.&lt;/P&gt;&lt;P&gt;Sometimes PMIC_ON_REQ/EN suddenly becomes about &lt;STRONG&gt;3.3 V&lt;/STRONG&gt;, the regulator turns ON, the 3.3 V rail comes up correctly, and the board power LED starts glowing. However, this behavior is not consistent — sometimes the board powers up, sometimes it does not.&lt;/P&gt;&lt;P&gt;When the board is powered correctly and I then connect my MuseLab CMSIS-DAP probe for SWD programming, the 3.3 V rail drops again and the board powers down. At that point I get SWD errors such as:&lt;BR /&gt;&lt;BR /&gt;Wire ACK Fault&lt;BR /&gt;Debug port inaccessible&lt;BR /&gt;Could not connect to core&lt;BR /&gt;&lt;BR /&gt;The measured behavior is approximately:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Without probe:&lt;BR /&gt;U1 IN = 5.0 V&lt;BR /&gt;U1 EN = 3.3 V (sometimes)&lt;BR /&gt;U1 OUT = 3.3 V&lt;BR /&gt;POR_B = 3.3 V&lt;/P&gt;&lt;P&gt;After connecting probe:&lt;BR /&gt;U1 IN = 5.0 V&lt;BR /&gt;U1 EN = 0 V&lt;BR /&gt;U1 OUT = around 1.2–1.8 V&lt;BR /&gt;POR_B = around 2.1 V&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;So it looks like the LDO itself is not losing input power. Instead, the regulator is being disabled because its EN pin goes low.&lt;/P&gt;&lt;P&gt;My main questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why is PMIC_ON_REQ from the RT1064 not consistently going high?&lt;/LI&gt;&lt;LI&gt;Is this random power-up behavior caused by the RT1064 power-sequencing or reset circuit?&lt;/LI&gt;&lt;LI&gt;Why does connecting the SWD probe cause PMIC_ON_REQ/EN to go low?&lt;/LI&gt;&lt;LI&gt;Should the 3.3 V regulator EN be controlled directly from PMIC_ON_REQ, or should it be pulled up/handled differently?&lt;/LI&gt;&lt;LI&gt;What is the recommended way to keep the 3.3 V rail stable so that I can reliably power and program the RT1064?&lt;/LI&gt;&lt;LI&gt;Are there any important requirements for POR_B, DCDC_IN, DCDC_OUT, VDD_SNVS_IN, VDD_HIGH_IN, or boot-mode pins that could cause this behavior?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I previously made another custom board based on the Teensy 4.1 power circuit, and that board could be programmed successfully using the same CMSIS-DAP probe. The new PCB uses a very similar power circuit, but I added access to the boot-mode pins and changed the reset/power section slightly.&lt;/P&gt;&lt;P&gt;I am attaching my regulator section, reset circuit, power-pin connections, and boot-mode schematic. I would appreciate help checking whether the PMIC_ON_REQ/EN connection or RT1064 power-sequencing circuit is incorrect, and what changes are needed to get stable power and reliable SWD programming.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-08-07 152409.png" style="width: 993px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393972i6DD6CAAC9D08664C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-08-07 152409.png" alt="Screenshot 2026-08-07 152409.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-08-07 152533.png" style="width: 578px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/393973iF396F8C4C0D73535/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-08-07 152533.png" alt="Screenshot 2026-08-07 152533.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 09:59:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT1064CVL5B-Custom-PCB-Flash-Failure/m-p/2402865#M33126</guid>
      <dc:creator>Anushka_SS</dc:creator>
      <dc:date>2026-08-07T09:59:43Z</dc:date>
    </item>
  </channel>
</rss>

