<?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>Kinetis Microcontrollers中的主题 Re: Explanation of KL43Z features (ROM bootloader and USB crystal-less operation)</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458498#M27405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crystal-less operation:&lt;/P&gt;&lt;P&gt;1. Saves costs because no crystal or oscillator is required&lt;/P&gt;&lt;P&gt;2. Restrictions:&lt;/P&gt;&lt;P&gt;- USB host is not possible (device is)&lt;/P&gt;&lt;P&gt;- Since the IRC48M is not synchronised when USB is not connected, the processor's time base (for timing, generating clocks, Baud rates) will not be as accurate (also have more temperature drift) as when there is an accurate reference available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis/MCG.html" title="http://www.utasker.com/kinetis/MCG.html"&gt;µTasker MCG Configuration Support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes to uTasker project usage:&lt;/P&gt;&lt;P&gt;To use IRC48M for USB device source just enable the project define &lt;STRONG&gt;USB_CRYSTAL_LESS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To clock the processor directly from the IRC48M source set &lt;STRONG&gt;RUN_FROM_HIRC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;KL43: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL43Z.html" title="http://www.utasker.com/kinetis/FRDM-KL43Z.html"&gt;µTasker FRDM-KL43Z support&lt;/A&gt;&amp;nbsp; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL43Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL43Z48M.html"&gt;µTasker TWR-KL43Z48M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 12:24:55 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2015-08-24T12:24:55Z</dc:date>
    <item>
      <title>Explanation of KL43Z features (ROM bootloader and USB crystal-less operation)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458496#M27403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, while reading about KL43Z I stumbled across this article &lt;A href="http://mcuoneclipse.com/2015/07/27/unboxing-the-freescale-frdm-kl43z-board/" title="http://mcuoneclipse.com/2015/07/27/unboxing-the-freescale-frdm-kl43z-board/"&gt;Unboxing the Freescale FRDM-KL43Z Board | MCU on Eclipse&lt;/A&gt; by Erich Styger.&lt;/P&gt;&lt;P&gt;I wanted to ask what are the benefits/drawbacks of this separate ROM bootloader and crystal-less USB operation in comparison with eg. KL46Z.&lt;/P&gt;&lt;P&gt;Why are LDD not supported? What limitations does it put?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2015 21:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458496#M27403</guid>
      <dc:creator>piotrcerba</dc:creator>
      <dc:date>2015-08-23T21:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Explanation of KL43Z features (ROM bootloader and USB crystal-less operation)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458497#M27404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ROM Bootloader will provides USB/I2C/SPI/LPUART bootloader without related code development processing and customer can use full Flash range for application (if customer using bootloader software, which need to occupied some range of Flash memory).&lt;/P&gt;&lt;P&gt;The crystal-less USB module brings obviously benefit for customer to reduce the BOM cost.&lt;/P&gt;&lt;P&gt;The KSDK V1.2.0 supports FRDM-KL43Z board with related HAL/Peripheral driver.&lt;/P&gt;&lt;P&gt;I don't think Processor Expert LDD component missing could affect FRDM-KL43Z board application.&lt;/P&gt;&lt;P&gt;More detailed info about KSDK for KL43Z could be found &lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKKL43ZRN.pdf"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 03:22:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458497#M27404</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-08-24T03:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Explanation of KL43Z features (ROM bootloader and USB crystal-less operation)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458498#M27405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crystal-less operation:&lt;/P&gt;&lt;P&gt;1. Saves costs because no crystal or oscillator is required&lt;/P&gt;&lt;P&gt;2. Restrictions:&lt;/P&gt;&lt;P&gt;- USB host is not possible (device is)&lt;/P&gt;&lt;P&gt;- Since the IRC48M is not synchronised when USB is not connected, the processor's time base (for timing, generating clocks, Baud rates) will not be as accurate (also have more temperature drift) as when there is an accurate reference available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis/MCG.html" title="http://www.utasker.com/kinetis/MCG.html"&gt;µTasker MCG Configuration Support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes to uTasker project usage:&lt;/P&gt;&lt;P&gt;To use IRC48M for USB device source just enable the project define &lt;STRONG&gt;USB_CRYSTAL_LESS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To clock the processor directly from the IRC48M source set &lt;STRONG&gt;RUN_FROM_HIRC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;KL43: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL43Z.html" title="http://www.utasker.com/kinetis/FRDM-KL43Z.html"&gt;µTasker FRDM-KL43Z support&lt;/A&gt;&amp;nbsp; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL43Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL43Z48M.html"&gt;µTasker TWR-KL43Z48M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 12:24:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Explanation-of-KL43Z-features-ROM-bootloader-and-USB-crystal/m-p/458498#M27405</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-08-24T12:24:55Z</dc:date>
    </item>
  </channel>
</rss>

