<?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: PN7642 GPIO used for PWM in NFC</title>
    <link>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1962946#M12164</link>
    <description>&lt;P&gt;Please re-read my question.&amp;nbsp; I indicated in the first sentence that I already reviewed the sctimer examples.&lt;/P&gt;&lt;P&gt;My question is specifically about having to run two PWM at two different frequencies. I included the note from the&amp;nbsp; "&lt;SPAN&gt;fsl_sctimer.c" in my question. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This note implies that the API is limited to one frequency for all three PWM modules.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"When using this API, the PWM signal frequency of all the initialized channels must be the same. "&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any other resources of support examples for the PN7642 other than the SDK ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 20:17:33 GMT</pubDate>
    <dc:creator>feisalh</dc:creator>
    <dc:date>2024-09-26T20:17:33Z</dc:date>
    <item>
      <title>PN7642 GPIO used for PWM</title>
      <link>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1959840#M12156</link>
      <description>&lt;P&gt;Are there any examples of using the GPIO PWM functionality.&amp;nbsp; In SDK 2.15.000 there is a sctimer support for PWM. However I need two PWM outputs at difference frequencies 2500Hz and 100KHz both at 50% . The sctimer example assumes both PWMs at the same frequency.&lt;/P&gt;&lt;P&gt;I was hoping to use the GPIO PWM function for one of the PWMs that I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the note in "fsl_sctimer.c"&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;" note When setting PWM output from multiple output pins, they all should use the same PWM mode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;i.e all PWM's should be either edge-aligned or center-aligned.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;When using this API, the PWM signal frequency of all the initialized channels must be the same.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Otherwise all the initialized channels' PWM signal frequency is equal to the last call to the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;API's pwmFreq_Hz.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Sep 2024 11:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1959840#M12156</guid>
      <dc:creator>feisalh</dc:creator>
      <dc:date>2024-09-23T11:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: PN7642 GPIO used for PWM</title>
      <link>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1962447#M12161</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;There are 3 demos for sctimer.&amp;nbsp; &amp;nbsp;it is under driver_examples/&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1727336772950.png" style="width: 741px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/301387iD955802392F34012/image-dimensions/741x396?v=v2" width="741" height="396" role="button" title="danielchen_0-1727336772950.png" alt="danielchen_0-1727336772950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 07:49:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1962447#M12161</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2024-09-26T07:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: PN7642 GPIO used for PWM</title>
      <link>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1962946#M12164</link>
      <description>&lt;P&gt;Please re-read my question.&amp;nbsp; I indicated in the first sentence that I already reviewed the sctimer examples.&lt;/P&gt;&lt;P&gt;My question is specifically about having to run two PWM at two different frequencies. I included the note from the&amp;nbsp; "&lt;SPAN&gt;fsl_sctimer.c" in my question. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This note implies that the API is limited to one frequency for all three PWM modules.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"When using this API, the PWM signal frequency of all the initialized channels must be the same. "&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any other resources of support examples for the PN7642 other than the SDK ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 20:17:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1962946#M12164</guid>
      <dc:creator>feisalh</dc:creator>
      <dc:date>2024-09-26T20:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: PN7642 GPIO used for PWM</title>
      <link>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1965077#M12174</link>
      <description>&lt;P&gt;sorry we don't have other examples for PWM.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 09:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7642-GPIO-used-for-PWM/m-p/1965077#M12174</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2024-10-01T09:48:24Z</dc:date>
    </item>
  </channel>
</rss>

