<?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: Two Debuggers at the same time in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285332#M10922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I'm doing this normally inside the same workspace, within one CodeWarrior Eclipse IDE. No need to have different workspaces or different IDEs up and running, you can debug multiple processors at the same time without any problems. All what you need to do in the run configuration to select the proper Multilink (every multilink has a hardware ID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 18:00:57 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2014-01-03T18:00:57Z</dc:date>
    <item>
      <title>Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285331#M10921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is possible to debug&amp;nbsp; two Kinetis microcontrollers at the same time with different workspace in code warrior with the same PC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm debugging with PE micro Multilink Universal but I have two Multilink Universal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 17:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285331#M10921</guid>
      <dc:creator>ivanrobles</dc:creator>
      <dc:date>2014-01-03T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285332#M10922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. I'm doing this normally inside the same workspace, within one CodeWarrior Eclipse IDE. No need to have different workspaces or different IDEs up and running, you can debug multiple processors at the same time without any problems. All what you need to do in the run configuration to select the proper Multilink (every multilink has a hardware ID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 18:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285332#M10922</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-01-03T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285333#M10923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This solution is only to use Run but I can't use Debug, I'm trying to debug two microcontrollers at the same time in the same workspace step by step, because they are communicating&amp;nbsp; through SPI and I need to test, if they are transmitting the correct data.&lt;/P&gt;&lt;P&gt;I tried to debug at the same time and code warrior showed me the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="issue.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41882iC9E261F803441BB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="issue.jpg" alt="issue.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 19:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285333#M10923</guid>
      <dc:creator>ivanrobles</dc:creator>
      <dc:date>2014-01-07T19:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285334#M10924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;What you need is to have your own debug configuration for each board/connection.&lt;/P&gt;&lt;P&gt;I wrote a 'how-to-guide' with screenshots as it is not that easy to explain with just a few words.&lt;/P&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2014/01/07/debugging-the-same-project-multiple-times-in-parallel-with-eclipse/" title="http://mcuoneclipse.com/2014/01/07/debugging-the-same-project-multiple-times-in-parallel-with-eclipse/"&gt;Debugging the same Project Multiple Times in Parallel with Eclipse | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps? I'm using MCU10.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 20:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285334#M10924</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-01-07T20:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285335#M10925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich I can debug them. This is the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 20:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285335#M10925</guid>
      <dc:creator>ivanrobles</dc:creator>
      <dc:date>2014-01-07T20:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Two Debuggers at the same time</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285336#M10926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich&lt;/P&gt;&lt;P&gt;I liked reading your solution. Thank you for the useful well explained articles on your site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2019 09:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-Debuggers-at-the-same-time/m-p/285336#M10926</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2019-03-27T09:50:37Z</dc:date>
    </item>
  </channel>
</rss>

