<?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>Processor Expert SoftwareのトピックRe: Device Initialization generate incorrect code for FlexTimer of Kinetis?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198240#M713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW V10.x has been published on FSL web. You can use the link below to download it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%20and%20Build%20Tools&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.exe" title="http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%20and%20Build%20Tools&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.exe"&gt;http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%2…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jan 2012 17:47:37 GMT</pubDate>
    <dc:creator>ProcessorExpert</dc:creator>
    <dc:date>2012-01-20T17:47:37Z</dc:date>
    <item>
      <title>Device Initialization generate incorrect code for FlexTimer of Kinetis?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198237#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I create a new project with MCU is K60 in CodeWarrior and I choose Device Initialization at final step of that wizard. Then I configure FTM0 to generate PWM in Processor Expert and generated MCUInit.c and MCUInit.h. However, there are no PWM generated, and I read this code snip in MCUInit.c:&lt;/P&gt;&lt;PRE&gt;SIM_SCGC6 |= 0x01000000UL;                                 /* FTM0_C0SC: ELSB=1 */FTM0_C0SC |= 0x08UL;                                 /* FTM0_C0V: VAL=0x07D0 */FTM0_C0V = 0x07D0UL;                            /* FTM0_FILTER: CH0FVAL=0 */FTM0_FILTER &amp;amp;= (unsigned long int)~0x0FUL;             /* FTM0_MOD: MOD|=0x0FA0 */FTM0_MOD |= 0x0FA0UL;                /* FTM0_SC: CPWMS=1,CLKS|=1 */FTM0_SC |= 0x28UL;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;In fact, FTM0_SC have to be setted BEFORE FTM0_C0SC, or PWM will not be generated.&lt;/P&gt;&lt;P&gt;Is this a bug? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 15:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198237#M710</guid>
      <dc:creator>jilingshu</dc:creator>
      <dc:date>2012-01-16T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Device Initialization generate incorrect code for FlexTimer of Kinetis?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198238#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, you are right, this is know issue in CW V10.1. It has been already fix for CW V10.2. Would be sufficient for you to use the FINAL version of CW V10.2 that should be published within the next week?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 16:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198238#M711</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-01-16T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Device Initialization generate incorrect code for FlexTimer of Kinetis?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198239#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for ur help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 11:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198239#M712</guid>
      <dc:creator>jilingshu</dc:creator>
      <dc:date>2012-01-17T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Device Initialization generate incorrect code for FlexTimer of Kinetis?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198240#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW V10.x has been published on FSL web. You can use the link below to download it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%20and%20Build%20Tools&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.exe" title="http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%20and%20Build%20Tools&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=exe&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.exe"&gt;http://cache.freescale.com/lgfiles/devsuites/MCU/CW_MCU_v10.6_SE_Offline.exe?fpsp=1&amp;amp;WT_TYPE=IDE%20-%20Debug,%20Compile%2…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 17:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Device-Initialization-generate-incorrect-code-for-FlexTimer-of/m-p/198240#M713</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-01-20T17:47:37Z</dc:date>
    </item>
  </channel>
</rss>

