<?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: Run Timers (PWM) in Stop Mode when Debugging ?? (Dev.Tool Codwarrior v.7.3 56F800) in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125792#M136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I know that in some processors (56F8323) there is a register called PWM configure register.&amp;nbsp; It has two bits that allow the PWMs to run in debug and wait modes.&amp;nbsp; Unfortunately I do not know how to set the bits in CodeWarrior.&amp;nbsp; If any one can help I'm anxious for a&amp;nbsp; reply.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Oct 2009 01:27:25 GMT</pubDate>
    <dc:creator>gregd</dc:creator>
    <dc:date>2009-10-24T01:27:25Z</dc:date>
    <item>
      <title>Run Timers (PWM) in Stop Mode when Debugging ?? (Dev.Tool Codwarrior v.7.3 56F800)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125791#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hello.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Perhabs somebody can help me with my issue.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am using the USB TAP with Codewarrior v.7.3 for debugging&amp;nbsp;the 56F8014 on the final hardware. The hardware is an DC/DC converter. The FET's are driven by the PWM outputs.&lt;/DIV&gt;&lt;DIV&gt;Everything is working fine. But when debug is running i want to stop it and look after some values (voltage and current) stored in a struct.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now here is the main issue: When&amp;nbsp;I stop the debugging the PWMs are also stopped. Because of the hardware i must take care, that PWMs (Timers) are&amp;nbsp; also running&amp;nbsp; in stopped mode. Is there a possibilty to set this feature somewhere in the settings?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Lars&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 18:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125791#M135</guid>
      <dc:creator>rrc</dc:creator>
      <dc:date>2006-08-04T18:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Run Timers (PWM) in Stop Mode when Debugging ?? (Dev.Tool Codwarrior v.7.3 56F800)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125792#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I know that in some processors (56F8323) there is a register called PWM configure register.&amp;nbsp; It has two bits that allow the PWMs to run in debug and wait modes.&amp;nbsp; Unfortunately I do not know how to set the bits in CodeWarrior.&amp;nbsp; If any one can help I'm anxious for a&amp;nbsp; reply.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 01:27:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125792#M136</guid>
      <dc:creator>gregd</dc:creator>
      <dc:date>2009-10-24T01:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Run Timers (PWM) in Stop Mode when Debugging ?? (Dev.Tool Codwarrior v.7.3 56F800)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125793#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the following solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By adding the lines&lt;BR /&gt;PESL(PWMA,PWM_WAIT_OPERATION, PWM_RUN);&amp;nbsp; //Test only for PWMs to run in debug and wait&lt;BR /&gt;PESL(PWMA,PWM_DEBUG_OPERATION, PWM_RUN);&lt;BR /&gt;&lt;BR /&gt;to the initialization part of my code.&amp;nbsp;&amp;nbsp; I was able to get the PWMS to stay on in debug mode.&amp;nbsp; I set a break point and the testpoint held at 0.8V (usually it&amp;nbsp; drops to zero).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2009 07:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Run-Timers-PWM-in-Stop-Mode-when-Debugging-Dev-Tool-Codwarrior-v/m-p/125793#M137</guid>
      <dc:creator>gregd</dc:creator>
      <dc:date>2009-10-24T07:20:53Z</dc:date>
    </item>
  </channel>
</rss>

