<?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: Build Error in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Build-Error/m-p/767865#M2277</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;I have tried with&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FTM_DRV_ClearTimerOverflow() it is compiled properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But when i am running the project it is not generating a Interrupt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When i further debugged my code it is stopping due to&amp;nbsp;FTM_DRV_Reset(ftmBase); which is called from&amp;nbsp;FTM_DRV_Init() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Feb 2018 06:27:35 GMT</pubDate>
    <dc:creator>chiragpatel7691</dc:creator>
    <dc:date>2018-02-23T06:27:35Z</dc:date>
    <item>
      <title>Build Error</title>
      <link>https://community.nxp.com/t5/S32K/Build-Error/m-p/767863#M2275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am using S32K144EVB.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am using ftm_periodic_interrupt Example code which are provided by NXP.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;while building the project i am getting an ERROR. I have attached the screen shot of that ERROR.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Let me know how to resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 08:31:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Build-Error/m-p/767863#M2275</guid>
      <dc:creator>chiragpatel7691</dc:creator>
      <dc:date>2018-02-22T08:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Build Error</title>
      <link>https://community.nxp.com/t5/S32K/Build-Error/m-p/767864#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you use&amp;nbsp;FTM_DRV_ClearTimerOverflow() function instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 12:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Build-Error/m-p/767864#M2276</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-22T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Build Error</title>
      <link>https://community.nxp.com/t5/S32K/Build-Error/m-p/767865#M2277</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;I have tried with&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FTM_DRV_ClearTimerOverflow() it is compiled properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But when i am running the project it is not generating a Interrupt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When i further debugged my code it is stopping due to&amp;nbsp;FTM_DRV_Reset(ftmBase); which is called from&amp;nbsp;FTM_DRV_Init() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 06:27:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Build-Error/m-p/767865#M2277</guid>
      <dc:creator>chiragpatel7691</dc:creator>
      <dc:date>2018-02-23T06:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build Error</title>
      <link>https://community.nxp.com/t5/S32K/Build-Error/m-p/767866#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you just use the example form SDK v0.8.5, instead of SDK v0.8.4?&lt;/P&gt;&lt;P&gt;The&amp;nbsp;v0.8.5 example is functional.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18717iCFD321F37885EF00/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 20:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Build-Error/m-p/767866#M2278</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-25T20:00:00Z</dc:date>
    </item>
  </channel>
</rss>

