<?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: QN9020. Any documentation on the bootloader in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1745645#M15825</link>
    <description>Why the address of flash is 0x10000000 in flash download configure page in Kiel?</description>
    <pubDate>Wed, 25 Oct 2023 06:06:55 GMT</pubDate>
    <dc:creator>xiaozhukuaipao</dc:creator>
    <dc:date>2023-10-25T06:06:55Z</dc:date>
    <item>
      <title>QN9020. Any documentation on the bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037582#M9019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any documentation, I can refer to which details how the bootloader works, please? As per "&lt;SPAN style="font-size: 12.0pt; color: #4a4a4d; background: white;"&gt;&lt;A href="https://protect-eu.mimecast.com/s/MRovCMQKQCqENZYTJgL44?domain=community.nxp.com"&gt;UM10995 &lt;/A&gt;&lt;/SPAN&gt;" section 4, there are 3 major operation. I am after details on how the update over SWD works. As per the Keil configuration the image is flashed to the System SRAM. How/What triggers the bootloader to load the application onto the Flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 4 says the bootlader looks for a connection for UART and SPI. What is the connection timeout for the bootloader? Section 4 points to 5.4.3. But that section appears to be missing. in the document. Does it mean CMD COde 0x33? How does this work when using JLINK SWD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:19:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037582#M9019</guid>
      <dc:creator>tonymakkiel</dc:creator>
      <dc:date>2020-01-06T13:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: QN9020. Any documentation on the bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037583#M9020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per the JLlink Configuration the address of flash is&amp;nbsp;0x10000000, which as per the "&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fprotect-eu.mimecast.com%2Fs%2FMRovCMQKQCqENZYTJgL44%3Fdomain%3Dcommunity.nxp.com" rel="nofollow" style="color: #3d9ce7; border: 0px; text-decoration: underline; font-size: 16px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;UM10995&lt;/A&gt;" is start of SRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101637iCFD69BC047C1A0DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 15:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037583#M9020</guid>
      <dc:creator>tonymakkiel</dc:creator>
      <dc:date>2020-01-06T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: QN9020. Any documentation on the bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037584#M9021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QN9020 bootloader is located in ROM as de document mentions, the bootloader has to modes, ISP and Load mode. When the QN902x is powered on or reset, the bootloader is activated firstly. It looks for a connection command from UART and SPI interface for a while to determine which mode to go.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How/What triggers the bootloader to load the application onto the Flash?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If the Bootloader doesn't find out the ISP command response from UART or SPI interface, it will copy the application to RAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does it mean CMD COde 0x33?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Build a connection with bootloader the command that uses the ISP&amp;nbsp;Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How does this work when using JLINK SWD?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The JLink is not using the ISP Commands, the QN9020 has a Cortex, the JLink, controls all the CPU registers and knows the address to program the Flash, without the Bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 17:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037584#M9021</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2020-01-07T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: QN9020. Any documentation on the bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037585#M9022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 10:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1037585#M9022</guid>
      <dc:creator>tonymakkiel</dc:creator>
      <dc:date>2020-01-08T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: QN9020. Any documentation on the bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1745645#M15825</link>
      <description>Why the address of flash is 0x10000000 in flash download configure page in Kiel?</description>
      <pubDate>Wed, 25 Oct 2023 06:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN9020-Any-documentation-on-the-bootloader/m-p/1745645#M15825</guid>
      <dc:creator>xiaozhukuaipao</dc:creator>
      <dc:date>2023-10-25T06:06:55Z</dc:date>
    </item>
  </channel>
</rss>

