<?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>S32KのトピックRe: S32K144 FlexTimer settings for free running counter</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689175#M1156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah I am trying to download the same but i am not able to download it. This redirects to my home page. Do you have idea what is it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 07:38:26 GMT</pubDate>
    <dc:creator>muhammadimranaf</dc:creator>
    <dc:date>2017-06-21T07:38:26Z</dc:date>
    <item>
      <title>S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689169#M1150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure FlexTimer to use a free running counter. I have selected System clock as source of clock. please tell me if I am doing it right and how do i read the status of counter. or please share some code for this FTM configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// FTM0&lt;BR /&gt;&amp;nbsp; FTM0[0].CNTIN = FTM_CNT_COUNT(0); /*initize counter with 0*/&lt;BR /&gt;&amp;nbsp; FTM0[0].MODE = FTM_MODE_WPDIS(1); /*write protection disabled */&lt;BR /&gt;&amp;nbsp; FTM0[0].SC = FTM_SC_CLKS(1); /* clock source selection: System clock*/&lt;BR /&gt;&amp;nbsp; FTM0[0].SC = FTM_SC_PS(3); /* Prescaler */&lt;BR /&gt;&amp;nbsp; FTM0[0].MODE = FTM_MODE_FTMEN(1); /* FTM enable*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 09:57:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689169#M1150</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-16T09:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689170#M1151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should set MOD register to 0XFFFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 15:14:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689170#M1151</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2017-06-19T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689171#M1152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the comment. can you please confirm if my above code is ok.&lt;/P&gt;&lt;P&gt;and if possible give me some example for all settings for this free running counter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689171#M1152</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-20T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689172#M1153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, your code should look like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; FTM0[0].CNTIN = FTM_CNT_COUNT(0); /*initize counter with 0*/&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; FTM0[0].MODE = FTM_MODE_WPDIS(1); /*write protection disabled */&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; FTM0[0].SC = FTM_SC_CLKS(1); /* clock source selection: System clock*/&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; FTM0[0].SC = FTM_SC_PS(3); /* Prescaler */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FTM0[0].MOD = 0xFFFF;&lt;BR style="color: #51626f; background-color: #ffffff;" /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; FTM0[0].MODE = FTM_MODE_FTMEN(1); /* FTM enable*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you want to configure FTM easier you can use SDK because it includes the FTM drivers and for application you can call these 2 functions :FTM_DRV_InitCounter and FTM_DRV_CounterStart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Razvan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689172#M1153</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2017-06-21T07:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689173#M1154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razvan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Seems like it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to search for SDK but i couldn't. can you please tell me the link where I can find SDK. It will be great if I can find SDK as I have so many questions that I guess can be answered witk SDK only. A quick reply will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:14:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689173#M1154</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-21T07:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689174#M1155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK for S32K14x devices is delivered with &lt;A class="link-titled" href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS?tab=Design_Tools_Tab" title="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS?tab=Design_Tools_Tab"&gt;S32 Design Studio IDE|NXP&lt;/A&gt;&amp;nbsp;. I recommend&amp;nbsp;to install&amp;nbsp;S32 Design Studio for ARM v1.3 - Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:30:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689174#M1155</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2017-06-21T07:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689175#M1156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah I am trying to download the same but i am not able to download it. This redirects to my home page. Do you have idea what is it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:38:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689175#M1156</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-21T07:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689176#M1157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you are redirected to nxp home page because you are not logged in nxp web site.&lt;/P&gt;&lt;P&gt;If this doesn't solve the problem try to use other browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689176#M1157</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2017-06-21T07:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689177#M1158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for disturbing you again and again. I am logged in. this link redirects me to my home page. not to any download link. I have tried changing the browser.&lt;/P&gt;&lt;P&gt;How do I download this. please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689177#M1158</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-21T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689178#M1159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I don't understand exactly your problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you open this link :&lt;A class="link-titled" href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS" title="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS"&gt;S32 Design Studio IDE|NXP&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A class="unlinked"&gt;&lt;/A&gt;&lt;A href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS" target="test_blank"&gt;http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/arm-mcus-and-mpus/s32-processors-microcontrollers/s32-design-studio-ide:S32DS&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;Can you go to Download section and click on the Download button for S32 Design Studio for ARM 1.3?&lt;/P&gt;&lt;P&gt;After last step&amp;nbsp;you are directed to some Terms and Conditions page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 08:24:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689178#M1159</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2017-06-21T08:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexTimer settings for free running counter</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689179#M1160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry no success. I don't know what's wrong. I don't get to this terms and conditions page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Muhammad Imran Afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexTimer-settings-for-free-running-counter/m-p/689179#M1160</guid>
      <dc:creator>muhammadimranaf</dc:creator>
      <dc:date>2017-06-21T09:16:18Z</dc:date>
    </item>
  </channel>
</rss>

