<?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>Classic/Legacy CodeWarriorのトピックRe: Beans for PWM</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198498#M5246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If he has it set to use the simulator could that be why he cannot download? Also, I thought you had to have the full-up version of codewarrior to use the simulator. Just a thought.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Sep 2010 04:38:24 GMT</pubDate>
    <dc:creator>Tonkabot</dc:creator>
    <dc:date>2010-09-04T04:38:24Z</dc:date>
    <item>
      <title>Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198492#M5240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hai,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using MC56F8037 for bldc motor applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have some problem with using BEANS.i tried getting PWm using bean but nothing happened.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could please help me how to get pwm using beans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;prasad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 18:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198492#M5240</guid>
      <dc:creator>narayana123</dc:creator>
      <dc:date>2008-10-30T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198493#M5241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Customer,&lt;BR /&gt;&lt;BR /&gt;You can take a look on the bdlc motor control examples using the Processor Expert examples stationery. Use menu command File / New and select Processor Expert Examples Stationery and then select for example Demo Applications / MotorControl / 56F8346 / 3_BLDC_Quadrature_Encoder.&lt;BR /&gt;&lt;BR /&gt;Are you using PWM bean or PWMMC ? For motor control application, we recommend using PWMMC bean which allows to fully use functionality of the hardware. PWM bean is a cross-platform bean which covers only the basic functionality.&lt;BR /&gt;&lt;BR /&gt;The PWM and PWMMC are both high-level beans which cover both peripheral initialization code and runtime control API. If you would like to write the low-level peripheral runtime control code on your own, there is a third bean - the Init_PWM bean available. This bean generates an initialization code only but allows a detailed CPU specific low-level configuration. Please see more details in PE help (using menu command Help / Processor Expert / Processor Expert Help within the chapter Application Design / Basic Principles / Embedded Beans / Bean categories).&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;UNIS&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 00:38:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198493#M5241</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2008-10-31T00:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198494#M5242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Petr Hardsky,&lt;BR /&gt;Thank you for your reply.i am able use tha PWMMC.this file is compiling but once click debug it is giving the following error.&lt;BR /&gt;&lt;BR /&gt;CCSprotocolplugin:CCS:command converter not present&lt;BR /&gt;&lt;BR /&gt;can you help me to avoid this problem&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 11:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198494#M5242</guid>
      <dc:creator>narayana123</dc:creator>
      <dc:date>2008-10-31T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198495#M5243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The CCS error indicates a debugger interface problem. Please check the debugger settings in CodeWarrior's Remote Debugging settings panel and see what they are.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 21:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198495#M5243</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-10-31T21:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198496#M5244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Dear Sir,&lt;BR /&gt;These are debugger remote connection settings.&lt;BR /&gt;&lt;BR /&gt;HW usb ap connection&lt;BR /&gt;SIM simulator.&lt;BR /&gt;&lt;BR /&gt;once i click debugger it is showing CCS:core not responding&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Prasad&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 12:02:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198496#M5244</guid>
      <dc:creator>narayana123</dc:creator>
      <dc:date>2008-11-01T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198497#M5245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can you try with an example created with the wizard ?&lt;/DIV&gt;&lt;DIV&gt;File ¦ New ... and select a project for the corresponding EVM board.&lt;/DIV&gt;&lt;DIV&gt;By default the connection is not the USBTAP.&lt;/DIV&gt;&lt;DIV&gt;Open the tagert settings panel and select USBTap connection.&lt;/DIV&gt;&lt;DIV&gt;Is it working&amp;nbsp; ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Pascal&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 21:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198497#M5245</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2008-11-03T21:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198498#M5246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If he has it set to use the simulator could that be why he cannot download? Also, I thought you had to have the full-up version of codewarrior to use the simulator. Just a thought.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Sep 2010 04:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198498#M5246</guid>
      <dc:creator>Tonkabot</dc:creator>
      <dc:date>2010-09-04T04:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Beans for PWM</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198499#M5247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Windows OS version used ?&lt;/P&gt;&lt;P&gt;Please can you provide us more info about the problem like error message etc ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 16:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Beans-for-PWM/m-p/198499#M5247</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2010-09-07T16:00:41Z</dc:date>
    </item>
  </channel>
</rss>

