<?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 how to configure the PWM output signals in S32K432? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1607638#M21041</link>
    <description>&lt;P&gt;hello team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. how to configure the PWM output signals? we need to configure the PWM output signal with 75% duty cycle with 16Khz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.&lt;SPAN&gt;which pin we can configure for this operation??&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 11:32:50 GMT</pubDate>
    <dc:creator>mogilipuri_harish</dc:creator>
    <dc:date>2023-03-01T11:32:50Z</dc:date>
    <item>
      <title>how to configure the PWM output signals in S32K432?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1607638#M21041</link>
      <description>&lt;P&gt;hello team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. how to configure the PWM output signals? we need to configure the PWM output signal with 75% duty cycle with 16Khz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.&lt;SPAN&gt;which pin we can configure for this operation??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 11:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1607638#M21041</guid>
      <dc:creator>mogilipuri_harish</dc:creator>
      <dc:date>2023-03-01T11:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure the PWM output signals in S32K432?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1607868#M21049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213282"&gt;@mogilipuri_harish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Included in the S32K3 RTD are some examples of configuring a PWM using FlexIO and EMIOS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 17:45:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1607868#M21049</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-01T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure the PWM output signals in S32K432?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1608299#M21069</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;1.can we generate the 16khz PWM signal with using Output PWM Buffered (OPWMB) pin (eMIOS_0_CH[0]_X) in S32k312 or s32k342?&lt;/P&gt;&lt;P&gt;2. for PWM (16kHZ) output can use GPIO&amp;nbsp;pins?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 10:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1608299#M21069</guid>
      <dc:creator>mogilipuri_harish</dc:creator>
      <dc:date>2023-03-02T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure the PWM output signals in S32K432?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1608700#M21083</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/213282"&gt;@mogilipuri_harish&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eMIOS is clocked by CORE_CLK(up to 160Mhz). eMIOS divides this clock by the global prescaler (&lt;STRONG&gt;MCR[GPRE]&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;+ 1) and routes the resulting prescaled clock output to the channel internal prescaler (&lt;STRONG&gt;Cn[UCPRE]&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;+ 1). Thus channel internal counter counts (CORE_CLK/global prescaler/internal prescaler) clock.&lt;/P&gt;
&lt;P&gt;For example if the channel is running in OPWFMB mode, its PWM frequency is calculated as:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;PWM frequency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= CORE_CLK / global prescaler / internal prescaler / (B1+1)&lt;/P&gt;
&lt;P&gt;Where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;B1&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is the value of the B register.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to device RM for description of eMIOS modes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 19:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1608700#M21083</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-03-02T19:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to configure the PWM output signals in S32K432?</title>
      <link>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1896713#M37056</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;How could define B1 in RTD?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 14:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/how-to-configure-the-PWM-output-signals-in-S32K432/m-p/1896713#M37056</guid>
      <dc:creator>anakha</dc:creator>
      <dc:date>2024-07-01T14:01:59Z</dc:date>
    </item>
  </channel>
</rss>

