<?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 Debugger problems in CodeWarrior for QorIQ</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188584#M3577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debuuging does not work any more for CW 7.1 on MCF52235, because it looks like tha only one interrupt source works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can put one breakpoint, but after stop i can not make any steps, becuase it lost conenction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know why, but it can be due to drivers on PC or drivers on Multilink, but how can is solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two Multilinks Here (rev C and rev D) &amp;nbsp;I also have two boards to test on. U&lt;SPAN&gt;ploading FW works fine, but debuuging lost connection after first breakpoint.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2012 22:53:12 GMT</pubDate>
    <dc:creator>ralu</dc:creator>
    <dc:date>2012-08-13T22:53:12Z</dc:date>
    <item>
      <title>Debugger problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188584#M3577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debuuging does not work any more for CW 7.1 on MCF52235, because it looks like tha only one interrupt source works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can put one breakpoint, but after stop i can not make any steps, becuase it lost conenction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know why, but it can be due to drivers on PC or drivers on Multilink, but how can is solve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two Multilinks Here (rev C and rev D) &amp;nbsp;I also have two boards to test on. U&lt;SPAN&gt;ploading FW works fine, but debuuging lost connection after first breakpoint.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 22:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188584#M3577</guid>
      <dc:creator>ralu</dc:creator>
      <dc:date>2012-08-13T22:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188585#M3578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you disabling the PST data pins / setting them to other functions?&lt;/P&gt;&lt;PRE&gt;/* Enable debug */ #ifdef DEBUG MCF_GPIO_PDDPAR = 0x0F; // PST/DDATA Pins enabled #else MCF_GPIO_PDDPAR = 0; // Disabed - reduces EMC #endif&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188585#M3578</guid>
      <dc:creator>FridgeFreezer</dc:creator>
      <dc:date>2020-10-29T09:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188586#M3579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue was that due to use of some software from pe-micro debugger got impropper FW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got new FW for multilink FE from pe-micro support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 07:02:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188586#M3579</guid>
      <dc:creator>ralu</dc:creator>
      <dc:date>2012-10-05T07:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger problems</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188587#M3580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this in the BDM driver somewhere, or just in the code?&lt;/P&gt;&lt;P&gt;We have an issue where the BDM is setting MCF_GPIO_PDDPAR = 0x0F, and we don't want that.&lt;/P&gt;&lt;P&gt;We need to use the PST pins as gpio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 15:26:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Debugger-problems/m-p/188587#M3580</guid>
      <dc:creator>alager</dc:creator>
      <dc:date>2014-09-23T15:26:38Z</dc:date>
    </item>
  </channel>
</rss>

