<?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>MCX MicrocontrollersのトピックRe: MCXE31B – Flashing via UART Without Using Debug Probe</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318875#M4861</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259760"&gt;@blessyvinolin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Can the internal ROM bootloader of MCXE31B be used for UART flashing?&amp;nbsp;What boot configuration is required to enable UART-only flashing?&lt;/P&gt;
&lt;P&gt;There is no bootloader in ROM of this device. The UART ISP (&lt;EM&gt;ISP = In System Programming mode&lt;/EM&gt;) is supported via flashloader only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Is it possible to flash the application only using UART, without using the debug probe every time?&lt;/P&gt;
&lt;P&gt;You can use another bootloader instead of the flashloader, that supports such feature. See for example &lt;A href="https://docs.mcuboot.com/" target="_blank"&gt;MCUboot | mcuboot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 07:22:28 GMT</pubDate>
    <dc:creator>marek-trmac</dc:creator>
    <dc:date>2026-02-17T07:22:28Z</dc:date>
    <item>
      <title>MCXE31B Firmware Flashing Using SPI Without Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318423#M4856</link>
      <description>&lt;P&gt;Since MCX E31x devices do not support ISP mode and boot only from internal flash, is it possible to implement a custom SPI-based bootloader to enable firmware updates without using a debug probe? If yes, what are the required memory regions and boot configuration considerations?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 06:50:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318423#M4856</guid>
      <dc:creator>blessyvinolin</dc:creator>
      <dc:date>2026-02-16T06:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B Firmware Flashing Using SPI Without Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318461#M4858</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259760"&gt;@blessyvinolin&lt;/a&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ISP mode for MCXE31x is supported via flashloader application, which supports UART and SPI. The flashloader is by default present in flash and started in boot.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;See details here:&amp;nbsp;&lt;A href="https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#mcx-e31-device-workflow" target="_blank"&gt;Processor-specific workflows — Secure Provisioning Tool 25.12&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 08:32:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318461#M4858</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2026-02-16T08:32:05Z</dc:date>
    </item>
    <item>
      <title>MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318867#M4860</link>
      <description>&lt;P&gt;Hi marek,&lt;/P&gt;&lt;P&gt;I am working with the MCXE31B and using the MCUXpresso Secure Provisioning Tool for flashing.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;flashloader.bin is first programmed into the device using a debug probe.&lt;/LI&gt;&lt;LI&gt;I have connected a USB-to-TTL converter to LPUART0.&lt;/LI&gt;&lt;LI&gt;After the flashloader is programmed, then the tool flash my application binary (led_blinky.bin) through UART.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Whenever I power off or reset the board, the flashloader is no longer available, and I must again use the debug probe to flash flashloader.bin before I can program the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to flash the application only using UART, without using the debug probe every time?&lt;/P&gt;&lt;P&gt;Can the internal ROM bootloader of MCXE31B be used for UART flashing?&lt;/P&gt;&lt;P&gt;What boot configuration is required to enable UART-only flashing?&lt;/P&gt;&lt;P&gt;Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Blessy&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 06:41:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318867#M4860</guid>
      <dc:creator>blessyvinolin</dc:creator>
      <dc:date>2026-02-17T06:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318875#M4861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259760"&gt;@blessyvinolin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Can the internal ROM bootloader of MCXE31B be used for UART flashing?&amp;nbsp;What boot configuration is required to enable UART-only flashing?&lt;/P&gt;
&lt;P&gt;There is no bootloader in ROM of this device. The UART ISP (&lt;EM&gt;ISP = In System Programming mode&lt;/EM&gt;) is supported via flashloader only.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; Is it possible to flash the application only using UART, without using the debug probe every time?&lt;/P&gt;
&lt;P&gt;You can use another bootloader instead of the flashloader, that supports such feature. See for example &lt;A href="https://docs.mcuboot.com/" target="_blank"&gt;MCUboot | mcuboot&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:22:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2318875#M4861</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2026-02-17T07:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324181#M4903</link>
      <description>&lt;P&gt;How can I flash the image only using uart without using debug probe?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 07:47:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324181#M4903</guid>
      <dc:creator>blessyvinolin</dc:creator>
      <dc:date>2026-02-27T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324186#M4904</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259760"&gt;@blessyvinolin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;How can I flash the image only using uart without using debug probe?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chips where debug probe is &lt;STRONG&gt;not needed&lt;/STRONG&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#flashloader-boot-behavior-on-mcx-e31x-devices" target="_blank"&gt;Processor-specific workflows — Secure Provisioning Tool 25.12&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And chips where debug probe &lt;STRONG&gt;is needed&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://docs.mcuxpresso.nxp.com/secure/latest/06_processor_specific_workflow.html#flashloader-initialization-via-debug-probe-on-mcx-e31x-devices" target="_blank"&gt;Processor-specific workflows — Secure Provisioning Tool 25.12&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 07:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324186#M4904</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2026-02-27T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324295#M4905</link>
      <description>&lt;P&gt;Hi Marek,&lt;/P&gt;&lt;P&gt;Currently, I am facing the following issue:&lt;/P&gt;&lt;P&gt;Whenever I power off or reset the board, I need to connect the debug probe to flash the flashloader first. After that, I am able to flash my application image using UART.&lt;/P&gt;&lt;P&gt;However, my requirement is:&lt;/P&gt;&lt;P&gt;I want to flash the MCXE31B directly using UART without connecting the debug probe every time after power-on or reset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Blessy&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:46:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324295#M4905</guid>
      <dc:creator>blessyvinolin</dc:creator>
      <dc:date>2026-02-27T09:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: MCXE31B – Flashing via UART Without Using Debug Probe</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324302#M4906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/259760"&gt;@blessyvinolin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once the chip is not in factory state, SEC tool does not support provisioning without debug probe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can implement your own application updates in your custom application, that was provisioned first time into empty processor.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MCXE31B-Firmware-Flashing-Using-SPI-Without-Debug-Probe/m-p/2324302#M4906</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2026-02-27T09:55:17Z</dc:date>
    </item>
  </channel>
</rss>

