<?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 Booting LPC-Link in LPCXpresso IDE FAQs</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Booting-LPC-Link/m-p/468006#M15</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, LPC-Link is booted automatically when starting a debug session via the LPCXpresso IDE.&lt;/P&gt;&lt;P&gt;However, under certain circumstances - such as when using the &lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389139" data-objecttype="1" href="https://community.nxp.com/thread/389139"&gt;command line flash utility&lt;/A&gt;, you may need to boot it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Background&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;When powered on, &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Flpc-cortex-m-mcus%2Fsoftware-and-tools-for-lpc-mcus%2Flpcxpresso-boards%3ALPCXPRESSO-BOARDS"&gt;LPC-Link hardware&lt;/A&gt; makes use of the DFU mechanism (Device Firmware Update) to allow the host to download driver code into on-board RAM. This scheme offers great flexibility and ensures that the latest compatible firmware will be used for a given version of LPCXpresso IDE.&lt;/P&gt;&lt;P&gt;Before boot, LPC-Link appears as a USB device with details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px; padding: 5px 10px; background: #eeeeee;"&gt;&lt;TT&gt;VendorID/ProductID:&amp;nbsp;&amp;nbsp; 0x0471/0xDF55&amp;nbsp;&amp;nbsp; (Philips Consumer Lifestyle BV)&lt;/TT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and will appear in Windows -&amp;gt; Devices and Printers, as below:&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146588_146588.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121249iEC2E849AD50BE47A/image-size/large?v=v2&amp;amp;px=999" role="button" title="146588_146588.png" alt="146588_146588.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb device with dfu.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35035i56C5F47E498307EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb device with dfu.png" alt="usb device with dfu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After boot, LPC-Link will appear as a USB device with details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px; padding: 5px 10px; background: #eeeeee;"&gt;&lt;TT&gt;VendorID/ProductID:&amp;nbsp;&amp;nbsp; 0x1FC9/0x0009&amp;nbsp;&amp;nbsp; (NXP Semiconductors)&lt;/TT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; LPC-Link may be booted as a winusb device having a ProductID of 0x9 (as above) or a HID device having a ProductID of 0x7.&lt;/P&gt;&lt;P&gt;and will appear in Windows -&amp;gt; Devices and Printers as below:&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146589_146589.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121250iDBE402194E5350A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="146589_146589.png" alt="146589_146589.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpc link probe.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35113iB0487FE8C2636D4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpc link probe.png" alt="lpc link probe.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; the standard utilities to explore USB devices on our supported host platforms are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Windows - Device Manager&lt;UL&gt;&lt;LI&gt;LPCXpressoIDE also provides a &lt;TT&gt;listusb&lt;/TT&gt; utility in:&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;&amp;lt;install_dir&amp;gt;\lpcxpresso\bin\Scripts&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Linux - terminal command: &lt;TT&gt;lsusb&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;Mac OSX - terminal command: &lt;TT&gt;system_profiler SPUSBDataType&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure to manually boot the probes for our supported host operating systems shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Using the Command Line&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;From LPCXpresso IDE version 7.3x and later, a boot script is supplied for all supported platforms. To make use of this script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;\lpcxpresso\bin&lt;/TT&gt; and run&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;boot_link1&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;For versions of LPCXpresso IDE prior to 7.3&lt;/P&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;&lt;/H3&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;Windows&lt;/H3&gt;&lt;P&gt;On Windows, we provide a script to perform this operation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;\lpcxpresso\bin\Scripts, &lt;/TT&gt;and run&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;bootLPCXpresso.cmd &lt;EM&gt;type&lt;/EM&gt;&lt;/TT&gt;&lt;UL&gt;&lt;LI&gt;where&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;type&lt;/EM&gt; = &lt;TT&gt;winusb&lt;/TT&gt; for Windows 8.x / XP, or&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;type&lt;/EM&gt; = &lt;TT&gt;hid&lt;/TT&gt; for Windows Vista / 7&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note: if you don't specify a &lt;TT&gt;type&lt;/TT&gt;, the script will try to load to appropriate code for your host OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;Linux/Mac OS X&lt;/H3&gt;&lt;P&gt;Here we need to locate the dfu-util utility and pass the parameters for the device and code etc.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;/lpcxpresso/bin, and run&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;dfu-util -d 0x471:0xdf55 -c 0 -t 2048 -R -D LPCXpressoWIN.enc&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Using the GUI&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;It is also possible to manually boot LPC-Link from the GUI, on occasion this may be a more convenient solution than using the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, locate the red Boot icon on the Toolbar:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146590_146590.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121251iE5643BA21A4DC5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="146590_146590.png" alt="146590_146590.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="boot debug.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35191i2D6210F8DAE2F401/image-size/large?v=v2&amp;amp;px=999" role="button" title="boot debug.png" alt="boot debug.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Select the probe and click 'OK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146591_146591.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121252i0805D4D2E1B5BE62/image-size/large?v=v2&amp;amp;px=999" role="button" title="146591_146591.png" alt="146591_146591.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpc link v11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35242i7326077D4A7C1B5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpc link v11.png" alt="lpc link v11.png" /&gt;&lt;/span&gt;&lt;/H2&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;&lt;/H2&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Troubleshooting&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;If you have been able to use LPC-Link in a debug session but now see issues such as "No compatible emulator available" or "Priority 0 connection to this core already taken"&amp;nbsp; when trying to perform a debug operation ...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ensure you have shut down any previous debug session&lt;UL&gt;&lt;LI&gt;You must close a debug session (press the Red 'terminate' button) before starting another debug session&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;It is possible that the debug driver is still running in the background. Use the task manager or equivalent to kill any tasks called:&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;&amp;nbsp; crt_emu_*&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;&amp;nbsp; arm-none-eabi_gdb*&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If your host has never worked with LPC-Link, first perform some basic checks with reference to the background information at the beginning of this FAQ.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Try a different USB cable!&lt;/LI&gt;&lt;LI&gt;Try a different USB port. If your host has USB3 and USB2, then try a USB2 port&lt;UL&gt;&lt;LI&gt;there are know issues with motherboard USB3 firmware, ensure your host is using the latest driver from the manufacturer&lt;UL&gt;&lt;LI&gt;Note: this is not referencing the host OS driver but the motherboard firmware of the USB port&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If using a USB hub, first try a direct connection to the host computer&lt;/LI&gt;&lt;LI&gt;If using a USB hub, try using one with a separate power supply - rather than relying on the supply over USB from your PC.&lt;/LI&gt;&lt;LI&gt;Try completely removing and re-installing the host device driver&lt;/LI&gt;&lt;LI&gt;If using Windows 8.1, then sometimes the Windows USB power settings can cause problems. For more details use your favourite search engine to search for "windows 8 usb power settings" or similar. For example:&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwind8apps.com%2Fwindows-8-1-usb-3-0%2F"&gt;http://wind8apps.com/windows-8-1-usb-3-0/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 16:20:38 GMT</pubDate>
    <dc:creator>lpcware-support</dc:creator>
    <dc:date>2016-03-31T16:20:38Z</dc:date>
    <item>
      <title>Booting LPC-Link</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Booting-LPC-Link/m-p/468006#M15</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, LPC-Link is booted automatically when starting a debug session via the LPCXpresso IDE.&lt;/P&gt;&lt;P&gt;However, under certain circumstances - such as when using the &lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389139" data-objecttype="1" href="https://community.nxp.com/thread/389139"&gt;command line flash utility&lt;/A&gt;, you may need to boot it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Background&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;When powered on, &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Flpc-cortex-m-mcus%2Fsoftware-and-tools-for-lpc-mcus%2Flpcxpresso-boards%3ALPCXPRESSO-BOARDS"&gt;LPC-Link hardware&lt;/A&gt; makes use of the DFU mechanism (Device Firmware Update) to allow the host to download driver code into on-board RAM. This scheme offers great flexibility and ensures that the latest compatible firmware will be used for a given version of LPCXpresso IDE.&lt;/P&gt;&lt;P&gt;Before boot, LPC-Link appears as a USB device with details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px; padding: 5px 10px; background: #eeeeee;"&gt;&lt;TT&gt;VendorID/ProductID:&amp;nbsp;&amp;nbsp; 0x0471/0xDF55&amp;nbsp;&amp;nbsp; (Philips Consumer Lifestyle BV)&lt;/TT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and will appear in Windows -&amp;gt; Devices and Printers, as below:&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146588_146588.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121249iEC2E849AD50BE47A/image-size/large?v=v2&amp;amp;px=999" role="button" title="146588_146588.png" alt="146588_146588.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb device with dfu.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35035i56C5F47E498307EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb device with dfu.png" alt="usb device with dfu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After boot, LPC-Link will appear as a USB device with details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px; padding: 5px 10px; background: #eeeeee;"&gt;&lt;TT&gt;VendorID/ProductID:&amp;nbsp;&amp;nbsp; 0x1FC9/0x0009&amp;nbsp;&amp;nbsp; (NXP Semiconductors)&lt;/TT&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; LPC-Link may be booted as a winusb device having a ProductID of 0x9 (as above) or a HID device having a ProductID of 0x7.&lt;/P&gt;&lt;P&gt;and will appear in Windows -&amp;gt; Devices and Printers as below:&lt;/P&gt;&lt;P style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146589_146589.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121250iDBE402194E5350A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="146589_146589.png" alt="146589_146589.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpc link probe.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35113iB0487FE8C2636D4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpc link probe.png" alt="lpc link probe.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; the standard utilities to explore USB devices on our supported host platforms are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Windows - Device Manager&lt;UL&gt;&lt;LI&gt;LPCXpressoIDE also provides a &lt;TT&gt;listusb&lt;/TT&gt; utility in:&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;&amp;lt;install_dir&amp;gt;\lpcxpresso\bin\Scripts&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Linux - terminal command: &lt;TT&gt;lsusb&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;Mac OSX - terminal command: &lt;TT&gt;system_profiler SPUSBDataType&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure to manually boot the probes for our supported host operating systems shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Using the Command Line&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;From LPCXpresso IDE version 7.3x and later, a boot script is supplied for all supported platforms. To make use of this script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;\lpcxpresso\bin&lt;/TT&gt; and run&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;boot_link1&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;For versions of LPCXpresso IDE prior to 7.3&lt;/P&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;&lt;/H3&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;Windows&lt;/H3&gt;&lt;P&gt;On Windows, we provide a script to perform this operation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;\lpcxpresso\bin\Scripts, &lt;/TT&gt;and run&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;bootLPCXpresso.cmd &lt;EM&gt;type&lt;/EM&gt;&lt;/TT&gt;&lt;UL&gt;&lt;LI&gt;where&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;type&lt;/EM&gt; = &lt;TT&gt;winusb&lt;/TT&gt; for Windows 8.x / XP, or&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;type&lt;/EM&gt; = &lt;TT&gt;hid&lt;/TT&gt; for Windows Vista / 7&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note: if you don't specify a &lt;TT&gt;type&lt;/TT&gt;, the script will try to load to appropriate code for your host OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="font-family: Lato, sans-serif; color: #333333;"&gt;Linux/Mac OS X&lt;/H3&gt;&lt;P&gt;Here we need to locate the dfu-util utility and pass the parameters for the device and code etc.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;cd &amp;lt;install_dir&amp;gt;/lpcxpresso/bin, and run&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;dfu-util -d 0x471:0xdf55 -c 0 -t 2048 -R -D LPCXpressoWIN.enc&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Using the GUI&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;It is also possible to manually boot LPC-Link from the GUI, on occasion this may be a more convenient solution than using the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, locate the red Boot icon on the Toolbar:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146590_146590.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121251iE5643BA21A4DC5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="146590_146590.png" alt="146590_146590.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="boot debug.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35191i2D6210F8DAE2F401/image-size/large?v=v2&amp;amp;px=999" role="button" title="boot debug.png" alt="boot debug.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Select the probe and click 'OK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146591_146591.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121252i0805D4D2E1B5BE62/image-size/large?v=v2&amp;amp;px=999" role="button" title="146591_146591.png" alt="146591_146591.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpc link v11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35242i7326077D4A7C1B5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpc link v11.png" alt="lpc link v11.png" /&gt;&lt;/span&gt;&lt;/H2&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;&lt;/H2&gt;&lt;H2 style="font-family: Lato, sans-serif; color: #e66e08; font-size: 18px; background: 0 50% #ffffff;"&gt;Troubleshooting&lt;/H2&gt;&lt;HR style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;" /&gt;&lt;P&gt;If you have been able to use LPC-Link in a debug session but now see issues such as "No compatible emulator available" or "Priority 0 connection to this core already taken"&amp;nbsp; when trying to perform a debug operation ...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ensure you have shut down any previous debug session&lt;UL&gt;&lt;LI&gt;You must close a debug session (press the Red 'terminate' button) before starting another debug session&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;It is possible that the debug driver is still running in the background. Use the task manager or equivalent to kill any tasks called:&lt;UL&gt;&lt;LI&gt;&lt;TT&gt;&amp;nbsp; crt_emu_*&lt;/TT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT&gt;&amp;nbsp; arm-none-eabi_gdb*&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If your host has never worked with LPC-Link, first perform some basic checks with reference to the background information at the beginning of this FAQ.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Try a different USB cable!&lt;/LI&gt;&lt;LI&gt;Try a different USB port. If your host has USB3 and USB2, then try a USB2 port&lt;UL&gt;&lt;LI&gt;there are know issues with motherboard USB3 firmware, ensure your host is using the latest driver from the manufacturer&lt;UL&gt;&lt;LI&gt;Note: this is not referencing the host OS driver but the motherboard firmware of the USB port&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If using a USB hub, first try a direct connection to the host computer&lt;/LI&gt;&lt;LI&gt;If using a USB hub, try using one with a separate power supply - rather than relying on the supply over USB from your PC.&lt;/LI&gt;&lt;LI&gt;Try completely removing and re-installing the host device driver&lt;/LI&gt;&lt;LI&gt;If using Windows 8.1, then sometimes the Windows USB power settings can cause problems. For more details use your favourite search engine to search for "windows 8 usb power settings" or similar. For example:&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwind8apps.com%2Fwindows-8-1-usb-3-0%2F"&gt;http://wind8apps.com/windows-8-1-usb-3-0/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 16:20:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Booting-LPC-Link/m-p/468006#M15</guid>
      <dc:creator>lpcware-support</dc:creator>
      <dc:date>2016-03-31T16:20:38Z</dc:date>
    </item>
  </channel>
</rss>

