<?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 MIMXRT1024 Serial Download Mode in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095564#M3011</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing a project in my company with MIMXRT1024, and I am facing problems with getting the module to enter serial download mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I needed to make some changes in the code to solve some I/O problems with the following lines:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;int ocotp_ctrl = OCOTP-&amp;gt;CTRL;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_ADDR_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_ADDR(6);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_WR_UNLOCK_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_WR_UNLOCK(0x3E77);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;CTRL = ocotp_ctrl; //Write ADDR and unlock&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;DATA = (long)((1&amp;lt;&amp;lt;4)|(1&amp;lt;&amp;lt;16));//burn BT_FUSE_SEL (1&amp;lt;&amp;lt;4) and FORCE_INTERNAL_BOOT (1&amp;lt;&amp;lt;16)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, my module never entered serial download mode. This is correct, but I needed to revert this condition, and I couldn´t.&lt;/P&gt;&lt;P&gt;The way that I tried to revert this condition was to clear the flags that I had set before, but the result is the same: the module doesn´t enter serial download mode anymore. The lines below are the lines that I changed in my code:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;int ocotp_ctrl = OCOTP-&amp;gt;CTRL;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_ADDR_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_ADDR(6);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_WR_UNLOCK_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_WR_UNLOCK(0x3E77);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;CTRL = ocotp_ctrl; //Write ADDR and unlock&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;OCOTP-&amp;gt;DATA = (long)((0&amp;lt;&amp;lt;4)|(0&amp;lt;&amp;lt;16));&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 14:01:28 GMT</pubDate>
    <dc:creator>alvarolopes</dc:creator>
    <dc:date>2025-05-12T14:01:28Z</dc:date>
    <item>
      <title>MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095564#M3011</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing a project in my company with MIMXRT1024, and I am facing problems with getting the module to enter serial download mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I needed to make some changes in the code to solve some I/O problems with the following lines:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;int ocotp_ctrl = OCOTP-&amp;gt;CTRL;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_ADDR_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_ADDR(6);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_WR_UNLOCK_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_WR_UNLOCK(0x3E77);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;CTRL = ocotp_ctrl; //Write ADDR and unlock&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;DATA = (long)((1&amp;lt;&amp;lt;4)|(1&amp;lt;&amp;lt;16));//burn BT_FUSE_SEL (1&amp;lt;&amp;lt;4) and FORCE_INTERNAL_BOOT (1&amp;lt;&amp;lt;16)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, my module never entered serial download mode. This is correct, but I needed to revert this condition, and I couldn´t.&lt;/P&gt;&lt;P&gt;The way that I tried to revert this condition was to clear the flags that I had set before, but the result is the same: the module doesn´t enter serial download mode anymore. The lines below are the lines that I changed in my code:&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;int ocotp_ctrl = OCOTP-&amp;gt;CTRL;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_ADDR_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_ADDR(6);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl &amp;amp;= ~OCOTP_CTRL_WR_UNLOCK_MASK;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ocotp_ctrl|= OCOTP_CTRL_WR_UNLOCK(0x3E77);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OCOTP-&amp;gt;CTRL = ocotp_ctrl; //Write ADDR and unlock&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;OCOTP-&amp;gt;DATA = (long)((0&amp;lt;&amp;lt;4)|(0&amp;lt;&amp;lt;16));&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 14:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095564#M3011</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2025-05-12T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095689#M3014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67396"&gt;@alvarolopes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some questions for you to understand better your scenario. Please help me with them.&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;When you say I/O issues, what do you mean? Are you not able to set the status of the boot_mode and boot_config pins externally?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Are you&amp;nbsp; dealing with this problem during development or production stage?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Which functionalities/features&amp;nbsp; of the serial downloader you need? For example you need to only program fuses, write flashloader and then write custom application?&lt;/P&gt;
&lt;P&gt;As a quick suggestion...&lt;/P&gt;
&lt;P&gt;I would recommend calling the runbootloader function&amp;nbsp; as a workarround, but RT102xs do not support it . However you could implement a secondary bootloader.&amp;nbsp; See this thread&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-ROM-bootloader-from-application-in-i-MX-RT1024/m-p/2027499" target="_self"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Jump to ROM bootloader from application in i.MX RT1024&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;All the best, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 18:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095689#M3014</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-05-12T18:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095724#M3015</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;For some reason, the default state of a specific I/O pin was causing the non-initialization of my software. For this reason, I made this change that I found in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-burn-BT-FUSE-SEL-on-RT1050/td-p/809577" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-burn-BT-FUSE-SEL-on-RT1050/td-p/809577&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I believed that all my problems were solved with this solution. Now, I have entered another step of the project, where I need to be able to execute the update of the software in Serial Download mode. It was the reason that I posted my problem.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 19:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2095724#M3015</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2025-05-12T19:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2098479#M3025</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67396"&gt;@alvarolopes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for the delay! Thank you for the additional context.&lt;/P&gt;
&lt;P&gt;Would you be able to read the following two registers over SWD after a failed serial downloader boot attempt and share a picture?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_2-1747355392137.png" style="width: 685px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338085iE901456AF99535A3/image-dimensions/685x201?v=v2" width="685" height="201" role="button" title="diego_charles_2-1747355392137.png" alt="diego_charles_2-1747355392137.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 00:30:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2098479#M3025</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-05-16T00:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102712#M3047</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;I didn´t understand how to read those registers because the software is running in release mode instead of debug mode.&lt;/P&gt;&lt;P&gt;Should I put the software in debug mode and be able to read those registers?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 12:10:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102712#M3047</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2025-05-22T12:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102871#M3048</link>
      <description>&lt;P&gt;Hi Alvaro,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for letting me know! I would expect that to read those registers the optimization level does not care, but lets check,&amp;nbsp; sometimes code variables are optimized out and you can't read them. Are you using MCUXpresso IDE or which IDE? Which debug probe?&lt;/P&gt;
&lt;P&gt;The important thing is to get the content of&amp;nbsp; the address of the registers.&lt;/P&gt;
&lt;P&gt;All the best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 16:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102871#M3048</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-05-22T16:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102905#M3049</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;MCUXpresso IDE, and my debug probe is MCU Link Debug Probe. Follow the link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcu-link-debug-probe:MCU-LINK" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcu-link-debug-probe:MCU-LINK&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Talking about register content.&amp;nbsp; When I am running the code using the debug tool in Debug Mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alvarolopes_1-1747937474925.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339291i4F77A1D120A3A85E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alvarolopes_1-1747937474925.png" alt="alvarolopes_1-1747937474925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;, I can see the registers, put breakpoints, etc. But when I flash the program, using GUI Flash Tool&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alvarolopes_0-1747937423865.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339289iE7453A67A88DB6AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alvarolopes_0-1747937423865.png" alt="alvarolopes_0-1747937423865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the code runs, and I don´t have control of the code running through Debug tool. The only way that I can see the registers is in Debug mode through the Debug tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alvaro&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 18:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102905#M3049</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2025-05-22T18:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102934#M3050</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;Follow my registers state using Debug Probe running in Debug mode, not Flash by GUI Tool.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alvarolopes_0-1747939953520.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339300iB2200AC929441C60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alvarolopes_0-1747939953520.png" alt="alvarolopes_0-1747939953520.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Brest regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 18:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2102934#M3050</guid>
      <dc:creator>alvarolopes</dc:creator>
      <dc:date>2025-05-22T18:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT1024 Serial Download Mode</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2106489#M3073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67396"&gt;@alvarolopes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry for my delayed response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I corroborated with your snapshot from SRC_SBMR2 that your code is able to burn registers, as the BT_FUSE_SEL is burned . So if you burned as well the&amp;nbsp;FORCE_INTERNAL_BOOT fuse, the boot to&amp;nbsp; serial downloader mode will not longer work, eventought your boot mode pins are set to 0x01 to boot in this mode.&lt;/P&gt;
&lt;P&gt;I noticed that the &lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-burn-BT-FUSE-SEL-on-RT1050/td-p/809577" target="_self"&gt;post&lt;/A&gt; is quite old, as it discuss about&amp;nbsp; MFG tool and&amp;nbsp; manually programming fuses from the application, during that time there was nothing else, but today is outdated. In case you have not use it already, we recommend&amp;nbsp; you to use the MCUXpresso Secure Provisioning Tool (SEC tool or SPT for short), it is a easy to use. The SEC tool uses our Secure Provisioning SDK (SPSDK) by running scripts.&lt;/P&gt;
&lt;P&gt;Good news here are that you could still do your update on that board! Yet, I have not test it, but in theory I think it will work to at least help you to continue with your development. Let me explain below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you boot in serial downloader mode, the bootROM will execute and wait for host commands. However the bootROM can NOT&amp;nbsp; do update process by itself, it needs another program,&amp;nbsp; to be loaded and then executed, that could do RW operations on the flash, or burn fuses. This is the flashloader. The SEC tool, allows you to do SW updates once you are able to build an application&amp;nbsp; (it provides sample images). To do the SW updates the SEC tool creates a bootable version of the flashloader, and loads it to internal RAM, by communicating with the bootROM in serial downlaoder mode, this is the main point of serial downlader boot mode.&amp;nbsp; To salvage your board you could manually program the flashloader into RAM using SWD/JTAG and then do the rest of the operations to update your image. Below overal idea describing this.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_0-1748456975600.png" style="width: 691px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/340269i38ADBCB3D6A5FB19/image-dimensions/691x330?v=v2" width="691" height="330" role="button" title="diego_charles_0-1748456975600.png" alt="diego_charles_0-1748456975600.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, the SEC tool allows you to manually burn fuses, see below snapshot.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_1-1748457151228.png" style="width: 627px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/340270i5E93590A5D527AB0/image-dimensions/627x484?v=v2" width="627" height="484" role="button" title="diego_charles_1-1748457151228.png" alt="diego_charles_1-1748457151228.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wonder, if you burned the BT_FUSE_SEL to avoid caring of the state of the boot config pins.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this helps!&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 18:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/MIMXRT1024-Serial-Download-Mode/m-p/2106489#M3073</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2025-05-28T18:40:53Z</dc:date>
    </item>
  </channel>
</rss>

