<?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: How to Use  QN9021 Bootloader in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693820#M3389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial baud rate depends on the crystal used for the QN902x. If you are using a 16MHz crystal, the baud rate is 9600 and if you are using a 32MHz crystal, the baud rate is 19200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked out the QBlue ISP studio included in the &lt;A href="http://www.nxp.com/downloads/en/software-development-kits/QN9020QBlue_139_setup.zip"&gt;QBlue SDK&lt;/A&gt;?&amp;nbsp;It is a tool to download application binary file&amp;nbsp;into QN902x devices. It connects to a USB to serial device and communicates with the bootloader of the QN902x. The baudrate is handled automatically depending on the crystal configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISP programming flow and CRC is handled by this tool so you don't have to implement it on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check out the &lt;A href="http://www.nxp.com/docs/en/application-note/AN11664.pdf"&gt;QN9020 Quick Start Guide&lt;/A&gt;&amp;nbsp;for steps on how to use the QBlue ISP studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 00:09:06 GMT</pubDate>
    <dc:creator>gerardo_rodriguez</dc:creator>
    <dc:date>2017-08-10T00:09:06Z</dc:date>
    <item>
      <title>How to Use  QN9021 Bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693819#M3388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;It is very glad to use chip QN9021.Now i use Uart to connect its Bootloader, i met some difficulties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.as the datasheet shows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10257i85FA3B4CD12D484B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So before connected ,what my UART baud rate shouled be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ISP PDU has CRC(2 bytes),but i don't know how to caculate?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10370i1F1A1B2A791AEC81/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you help me with it ? or provide a example. such as input 0x01,0x02,and then out put is 0xaabb.or i will preciate&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you can provide a C language example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.when i want to download a appliacation to flash? Which Steps is necessary?&lt;/P&gt;&lt;P&gt;as the datasheet shows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10454i9A453A362559A6B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reading.&lt;/P&gt;&lt;P&gt;I am waiting for your replay.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2017 06:31:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693819#M3388</guid>
      <dc:creator>zky</dc:creator>
      <dc:date>2017-08-04T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use  QN9021 Bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693820#M3389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The initial baud rate depends on the crystal used for the QN902x. If you are using a 16MHz crystal, the baud rate is 9600 and if you are using a 32MHz crystal, the baud rate is 19200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked out the QBlue ISP studio included in the &lt;A href="http://www.nxp.com/downloads/en/software-development-kits/QN9020QBlue_139_setup.zip"&gt;QBlue SDK&lt;/A&gt;?&amp;nbsp;It is a tool to download application binary file&amp;nbsp;into QN902x devices. It connects to a USB to serial device and communicates with the bootloader of the QN902x. The baudrate is handled automatically depending on the crystal configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISP programming flow and CRC is handled by this tool so you don't have to implement it on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check out the &lt;A href="http://www.nxp.com/docs/en/application-note/AN11664.pdf"&gt;QN9020 Quick Start Guide&lt;/A&gt;&amp;nbsp;for steps on how to use the QBlue ISP studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 00:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693820#M3389</guid>
      <dc:creator>gerardo_rodriguez</dc:creator>
      <dc:date>2017-08-10T00:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use  QN9021 Bootloader</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693821#M3390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Thanks for your help very much.Your reply is very helpful!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;张恺钰 &lt;/P&gt;&lt;P&gt;技术部&lt;/P&gt;&lt;P&gt;南京西尔特电子有限公司&lt;/P&gt;&lt;P&gt;南京市江宁区紫金创业特别社区紫金2路1号1号楼&lt;/P&gt;&lt;P&gt;TEL：86-025-68161240&lt;/P&gt;&lt;P&gt;EMAIL：zky@xeltek-cn.com&lt;/P&gt;&lt;P&gt;WEB：  &lt;A href="http://www.xeltek.com.cn" target="test_blank"&gt;http://www.xeltek.com.cn&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-Use-QN9021-Bootloader/m-p/693821#M3390</guid>
      <dc:creator>zky</dc:creator>
      <dc:date>2017-08-10T01:01:18Z</dc:date>
    </item>
  </channel>
</rss>

