<?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>i.MX RT Crossover MCUsのトピックRe: Enter bootloader mode rt1052</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1412126#M18280</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;1) Is there anything else I should try? &lt;BR /&gt;-- The root cause of the above issue is the defect of the ROM API of RT1050, in another word, ROM API is not of full capability.&lt;BR /&gt;It doesn't support the runBootloader actually.&lt;BR /&gt;Hope this is clear.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 02:41:54 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2022-02-11T02:41:54Z</dc:date>
    <item>
      <title>Enter bootloader mode rt1052</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1412086#M18278</link>
      <description>&lt;P&gt;Using our customized board that is similar to the eval board, I am trying to enter bootloader mode following the reference manual IMXRT1050RM 9.13.3.&amp;nbsp; &amp;nbsp;The following is the code:&lt;/P&gt;&lt;P&gt;typedef struct&lt;BR /&gt;{&lt;BR /&gt;void (*runBootloader)(void *arg); /*!&amp;lt; Function to start the bootloader executing */&lt;BR /&gt;const uint32_t version; /*!&amp;lt; Bootloader version number */&lt;BR /&gt;const uint8_t *copyright; /*!&amp;lt; Bootloader Copyright */&lt;BR /&gt;const uint32_t reserved0;&lt;BR /&gt;flexspi_nor_driver_interface_t *flexSpiNorDriver; /*!&amp;lt; FLEXSPI NOR flash api */&lt;BR /&gt;} bootloader_api_entry_t;&lt;/P&gt;&lt;P&gt;/*******************************************************************************&lt;BR /&gt;* Variables&lt;BR /&gt;******************************************************************************/&lt;/P&gt;&lt;P&gt;#define g_bootloaderTree ((bootloader_api_entry_t *)*(uint32_t *)0x0020001cU)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;status_t ROM_RUNBOOTLOADER(){&lt;BR /&gt;uint32_t arg=0xeb100000;&lt;BR /&gt;g_bootloaderTree-&amp;gt;runBootloader(&amp;amp;arg);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But after the function&amp;nbsp;ROM_RUNBOOTLOADER is called, the board just reboot normally without entering bootloader mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The board is set to boot internally, and it will enter bootloader mode if the flash is erased clean.&amp;nbsp; Is there anything else I should try?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 01:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1412086#M18278</guid>
      <dc:creator>bing_wen</dc:creator>
      <dc:date>2022-02-11T01:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enter bootloader mode rt1052</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1412126#M18280</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;1) Is there anything else I should try? &lt;BR /&gt;-- The root cause of the above issue is the defect of the ROM API of RT1050, in another word, ROM API is not of full capability.&lt;BR /&gt;It doesn't support the runBootloader actually.&lt;BR /&gt;Hope this is clear.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 02:41:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1412126#M18280</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-02-11T02:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enter bootloader mode rt1052</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1888230#M30887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the same problem on RT1171. I use the fsl_romapi and call related functions as below&lt;/P&gt;&lt;P&gt;///////&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;uint32_t&lt;/SPAN&gt; &lt;SPAN&gt;arg&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0xEB100000&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;ROM_API_Init&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ROM_RunBootloader&lt;/SPAN&gt;&lt;SPAN&gt;((&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;arg&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;///////&lt;/P&gt;&lt;P&gt;But after executing the last function, the MCU reboot normally and runs the code from external flash from start point. I test the same code on RT1176 evaluation board and in that case, the code works correctly and MCU enters the bootloader.&lt;/P&gt;&lt;P&gt;Is the cause of that issue the same?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 09:39:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Enter-bootloader-mode-rt1052/m-p/1888230#M30887</guid>
      <dc:creator>alirezab</dc:creator>
      <dc:date>2024-06-16T09:39:17Z</dc:date>
    </item>
  </channel>
</rss>

