<?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 CMSIS-DAP debug connection gives &amp;quot;RedlinkAPI: Unsupported with current settings&amp;quot; error in LPCXpresso IDE FAQs</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/CMSIS-DAP-debug-connection-gives-quot-RedlinkAPI-Unsupported/m-p/468974#M28</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When connecting from the LPCXpresso IDE to a CMSIS-DAP enabled debug probe, if you encounter the following message:&lt;/P&gt;&lt;PRE class="bb-code-block" style="font-family: monospace, serif; font-size: 12px; padding: 10px; color: #646464; background: #efefef;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Error: Unable to connect wire for probe index 1. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;RedlinkAPI: Unsupported with current settings&amp;nbsp; &lt;/SPAN&gt;

&lt;SPAN style="font-size: 12pt;"&gt;Redlink Server will be restarted. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Please restart your debug session. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Exception&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most likely reason is that you are trying to connect to the target MCU using JTAG rather than SWD (as the current support for CMSIS-DAP in LPCXpresso does not support JTAG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in LPCXpresso 6.0.4 and later, you should see an error message similar to the following in such circumstances…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="bb-code-block" style="font-family: monospace, serif; font-size: 12px; padding: 10px; color: #646464; background: #efefef;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Use of JTAG with 'Keil ULINK-ME CMSIS-DAP' is not currently supported. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Reconfigure the Launch Configuration to use an SWD connection instead.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For most MCU's SWD is the default connection mechanism so this error will not be seen unless you have changed the debug connection settings. However for LPC43xx family parts the default connection is via JTAG. Thus if you see this message, the solution is to ensure that you modify your launch configuration to use SWD. For more details please see the "&lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389073" data-objecttype="1" href="https://community.nxp.com/thread/389073" rel="nofollow noopener noreferrer" target="_blank"&gt;Launch Configuration Menu&lt;/A&gt;" FAQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this means that using a CMSIS-DAP enabled probe it is only possible to debug the Cortex-M4 CPU within the LPC43xx, and not the Cortex-M0 (which cannot be connected to through SWD).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 17:46:18 GMT</pubDate>
    <dc:creator>lpcware-support</dc:creator>
    <dc:date>2016-03-31T17:46:18Z</dc:date>
    <item>
      <title>CMSIS-DAP debug connection gives "RedlinkAPI: Unsupported with current settings" error</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/CMSIS-DAP-debug-connection-gives-quot-RedlinkAPI-Unsupported/m-p/468974#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When connecting from the LPCXpresso IDE to a CMSIS-DAP enabled debug probe, if you encounter the following message:&lt;/P&gt;&lt;PRE class="bb-code-block" style="font-family: monospace, serif; font-size: 12px; padding: 10px; color: #646464; background: #efefef;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Error: Unable to connect wire for probe index 1. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;RedlinkAPI: Unsupported with current settings&amp;nbsp; &lt;/SPAN&gt;

&lt;SPAN style="font-size: 12pt;"&gt;Redlink Server will be restarted. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Please restart your debug session. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Exception&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most likely reason is that you are trying to connect to the target MCU using JTAG rather than SWD (as the current support for CMSIS-DAP in LPCXpresso does not support JTAG).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in LPCXpresso 6.0.4 and later, you should see an error message similar to the following in such circumstances…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="bb-code-block" style="font-family: monospace, serif; font-size: 12px; padding: 10px; color: #646464; background: #efefef;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;Use of JTAG with 'Keil ULINK-ME CMSIS-DAP' is not currently supported. &lt;/SPAN&gt;
&lt;SPAN style="font-size: 12pt;"&gt;Reconfigure the Launch Configuration to use an SWD connection instead.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For most MCU's SWD is the default connection mechanism so this error will not be seen unless you have changed the debug connection settings. However for LPC43xx family parts the default connection is via JTAG. Thus if you see this message, the solution is to ensure that you modify your launch configuration to use SWD. For more details please see the "&lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389073" data-objecttype="1" href="https://community.nxp.com/thread/389073" rel="nofollow noopener noreferrer" target="_blank"&gt;Launch Configuration Menu&lt;/A&gt;" FAQ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this means that using a CMSIS-DAP enabled probe it is only possible to debug the Cortex-M4 CPU within the LPC43xx, and not the Cortex-M0 (which cannot be connected to through SWD).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 17:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/CMSIS-DAP-debug-connection-gives-quot-RedlinkAPI-Unsupported/m-p/468974#M28</guid>
      <dc:creator>lpcware-support</dc:creator>
      <dc:date>2016-03-31T17:46:18Z</dc:date>
    </item>
  </channel>
</rss>

