<?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>S32 Design StudioのトピックRe: S32K116 FTM0_CH3 Output doesn't work</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017381#M5916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem resolved.&lt;/P&gt;&lt;P&gt;FTM_DRV_UpdatePwmChannel requires the hardware channel id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//FTM_DRV_UpdatePwmChannel(INST_FLEXTIMER_PWM1, 0U, FTM_PWM_UPDATE_IN_DUTY_CYCLE, dutyCycle, 0U, true); /* old code */&lt;/P&gt;&lt;P&gt;hwChanId = flexTimer_pwm1_PwmConfig.pwmIndependentChannelConfig-&amp;gt;hwChannelId;&lt;/P&gt;&lt;P&gt;FTM_DRV_UpdatePwmChannel(INST_FLEXTIMER_PWM1, hwChanId, FTM_PWM_UPDATE_IN_DUTY_CYCLE, dutyCycle, 0U, true); /* new code */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2019 17:58:09 GMT</pubDate>
    <dc:creator>lleviton</dc:creator>
    <dc:date>2019-12-11T17:58:09Z</dc:date>
    <item>
      <title>S32K116 FTM0_CH3 Output doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017377#M5912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other than FTM0_CH0, I am unable to get any PWM output to work on the S32K116. Starting from example project ftm_pwm_s32k116 in S32K14x RTM SDK v3.0.0 Example Projects, I have used Processor Expert to change &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;component pin_mux,&lt;/SPAN&gt; FTM Channel 3 to use PTC3 as an Output. Using Processor Expert I have changed component flexTimer_prm1, PWM independent Configuration, Channel Hw Id from Channel 0 to Channel 3. As expected, the PWM signal on PTD15 (FTM Channel 0) stops working, but no PWM signal appears on PTC3. I am &lt;SPAN style="background-color: #ffffff;"&gt;u&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;sing S32 Design Studio for ARM - Version 2018.R.1 with Update 11 installed. PTD15 fine as a GPIO output, so its not a hardware problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 16:41:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017377#M5912</guid>
      <dc:creator>lleviton</dc:creator>
      <dc:date>2019-12-06T16:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116 FTM0_CH3 Output doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017378#M5913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;I don't have S32K166, so test it on S32K144EVB-Q100.&lt;BR /&gt;After configure channel 3, and PTD1 as FTM0_CH3 output function. &lt;BR /&gt;I was able to observe the PWM waveform at PTD1 pin.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/95996iED0C9C506FF22AEB/image-size/large?v=v2&amp;amp;px=999" title="step1.png" alt="step1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/95997i74098637F750A592/image-size/large?v=v2&amp;amp;px=999" title="setp2.png" alt="setp2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 08:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017378#M5913</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-12-09T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116 FTM0_CH3 Output doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017379#M5914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the S32K116 code works on the S32K144 processor.&lt;/P&gt;&lt;P&gt;Therefore it’s not a coding error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your example (using PTD1 instead of PTC2) on a S32K116 and PWM output does not work.&lt;/P&gt;&lt;P&gt;Should it?&lt;/P&gt;&lt;P&gt;Is there any way you can try it on a S32K116?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry Leviton&lt;/P&gt;&lt;P&gt;Sr. Embedded Software Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Industrial Group – Arens Controls&lt;/P&gt;&lt;P&gt;Curtiss-Wright&lt;/P&gt;&lt;P&gt;3602 North Kennicott Ave., Arlington Heights, IL 60004&lt;/P&gt;&lt;P&gt;T: +1.847.844.4783&lt;/P&gt;&lt;P&gt;lleviton@curtisswright.com&amp;lt;mailto:lleviton@curtisswright.com&amp;gt; | &lt;A href="www.cw-industrial.com&amp;lt;http://www.cw-industrial.com/&amp;gt;" target="test_blank"&gt;www.cw-industrial.com&amp;lt;http://www.cw-industrial.com/&amp;gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 23:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017379#M5914</guid>
      <dc:creator>lleviton</dc:creator>
      <dc:date>2019-12-09T23:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116 FTM0_CH3 Output doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017380#M5915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi Larry,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For my test, I am using S32K144EVB-Q100 board with S32K144 project.&lt;BR /&gt;The screenshots of the S32K116 project are generated later so that you can refer to the modified location.&lt;/P&gt;&lt;P&gt;S32K116 code can not works on the S32K144 processor.&lt;BR /&gt;I have ordered the S32K116EVB-Q048 development board so that I can test it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During debug, does the FTM counter increasing?&lt;/P&gt;&lt;P&gt;You can also check the value of FTM0_C3SC\&amp;nbsp;PORT_PCRn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 01:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017380#M5915</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-12-11T01:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K116 FTM0_CH3 Output doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017381#M5916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem resolved.&lt;/P&gt;&lt;P&gt;FTM_DRV_UpdatePwmChannel requires the hardware channel id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//FTM_DRV_UpdatePwmChannel(INST_FLEXTIMER_PWM1, 0U, FTM_PWM_UPDATE_IN_DUTY_CYCLE, dutyCycle, 0U, true); /* old code */&lt;/P&gt;&lt;P&gt;hwChanId = flexTimer_pwm1_PwmConfig.pwmIndependentChannelConfig-&amp;gt;hwChannelId;&lt;/P&gt;&lt;P&gt;FTM_DRV_UpdatePwmChannel(INST_FLEXTIMER_PWM1, hwChanId, FTM_PWM_UPDATE_IN_DUTY_CYCLE, dutyCycle, 0U, true); /* new code */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 17:58:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K116-FTM0-CH3-Output-doesn-t-work/m-p/1017381#M5916</guid>
      <dc:creator>lleviton</dc:creator>
      <dc:date>2019-12-11T17:58:09Z</dc:date>
    </item>
  </channel>
</rss>

