<?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 blhost using with un-programmed KL27 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470413#M28410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I program the bootloader into a KL27 that is completely blank using the USB port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 15:03:17 GMT</pubDate>
    <dc:creator>leedavis</dc:creator>
    <dc:date>2016-06-01T15:03:17Z</dc:date>
    <item>
      <title>blhost using with un-programmed KL27</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470413#M28410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I program the bootloader into a KL27 that is completely blank using the USB port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470413#M28410</guid>
      <dc:creator>leedavis</dc:creator>
      <dc:date>2016-06-01T15:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: blhost using with un-programmed KL27</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470414#M28411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee Davis,&lt;/P&gt;&lt;P&gt;The KL27 has the on-chip ROM bootloader which supports the several of peripheral interfaces, of course, the USB interface is included.&lt;/P&gt;&lt;P&gt;So I'd highly recommend you to choose the the on-chip ROM bootloader to instead of the your own bootloader.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Thu, 02 Jun 2016 02:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470414#M28411</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-06-02T02:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: blhost using with un-programmed KL27</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470415#M28412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to boot from the internal ROM and then program via USB but I am having issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run blhost.ex it says it can’t find the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the KL27 Flash is blank so independent of the NMI pin on the processor it should run the boot state machine  so I can see the device.&lt;/P&gt;&lt;P&gt;As far as the NMI pin, this  pin is floating.&lt;/P&gt;&lt;P&gt;On the next board spin I will drive it low for a short time after RESET is de-asserted. Any idea how long I should drive NMI low to run the ROM boot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also seeing the D+ pin on the KL27 at 3.3V. Note sure why this is the case. ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 20:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470415#M28412</guid>
      <dc:creator>leedavis</dc:creator>
      <dc:date>2016-06-03T20:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: blhost using with un-programmed KL27</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470416#M28413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;To force the MCU to the bootlader mode, we usually hold the NMI to low voltage at first, then reset the MCU later.&lt;/P&gt;&lt;P&gt;After following the procedure, the MCU will enter the bootloader mode automatically.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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, 06 Jun 2016 01:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470416#M28413</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-06-06T01:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: blhost using with un-programmed KL27</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470417#M28414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.nirsoft.net/utils/usb_devices_view.html" title="http://www.nirsoft.net/utils/usb_devices_view.html"&gt;View any installed/connected USB device on your system&amp;nbsp; via using &lt;/A&gt;this USBDEVIEW program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show USB devices without having to run blhost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try a different USB cable or a different port/hub.&amp;nbsp; I've run into both issues with USB devices in the past.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 12:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/blhost-using-with-un-programmed-KL27/m-p/470417#M28414</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2016-06-06T12:39:57Z</dc:date>
    </item>
  </channel>
</rss>

