<?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>S32Z/E中的主题 Re: Generating a 4.9 MHz Clock/PWM Output on S32Z280 using eMIOS or GTM</title>
    <link>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382566#M388</link>
    <description>&lt;P&gt;Hi,&lt;SPAN&gt;karthik_nikil&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us.&lt;/P&gt;
&lt;P&gt;I have received your question and will help you to check it.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2026 13:49:23 GMT</pubDate>
    <dc:creator>Joey_z</dc:creator>
    <dc:date>2026-06-17T13:49:23Z</dc:date>
    <item>
      <title>Generating a 4.9 MHz Clock/PWM Output on S32Z280 using eMIOS or GTM</title>
      <link>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382504#M387</link>
      <description>&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;I am working on an S32Z280 EVB using S32DS and RTD 2.0.1&lt;/P&gt;&lt;P&gt;My requirement is to generate a continuous output clock/square wave of approximately &lt;STRONG&gt;4.9 MHz&lt;/STRONG&gt; on an external pin.&lt;/P&gt;&lt;P&gt;I initially tried using &lt;STRONG&gt;eMIOS PWM&lt;/STRONG&gt; with the following configuration:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;MCU: S32Z280&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;RTD Version: 2.0.1&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;eMIOS Instance: eMIOS_1&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Channel: CH4&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Mode: OPWFMB&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Timebase: EMIOS_PWM_IP_BUS_INTERNAL&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PeriodCount: 100&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;DutyCycle: 50&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;eMIOS clock: 48 MHz&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Pin mux configured to eMIOS_1_CH4 (PAD_007 / AD12)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Initialization code:&lt;/P&gt;&lt;PRE&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]);

while (CLOCK_IP_PLL_LOCKED != Clock_Ip_GetPllStatus())
{
}

Clock_Ip_DistributePll();

Emios_Pwm_Ip_InitChannel(1U, &amp;amp;Emios_Pwm_Ip_I1_Ch4);&lt;/PRE&gt;&lt;P&gt;However, I do not observe any waveform on the output pin using an oscilloscope.&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is eMIOS the recommended peripheral for generating a 4.9 MHz square wave on S32Z280?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Does OPWFMB mode require any additional master bus/timebase configuration?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Would GTM TOM/ATOM be a better solution for generating a stable 4.9 MHz output?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Could you provide an example configuration (eMIOS or GTM) for generating a ~5 MHz output signal on an external pin?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any specific clock configuration required beyond enabling the eMIOS clock?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance or example project would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 11:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382504#M387</guid>
      <dc:creator>karthik_nikil</dc:creator>
      <dc:date>2026-06-17T11:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a 4.9 MHz Clock/PWM Output on S32Z280 using eMIOS or GTM</title>
      <link>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382566#M388</link>
      <description>&lt;P&gt;Hi,&lt;SPAN&gt;karthik_nikil&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us.&lt;/P&gt;
&lt;P&gt;I have received your question and will help you to check it.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2026 13:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382566#M388</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2026-06-17T13:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a 4.9 MHz Clock/PWM Output on S32Z280 using eMIOS or GTM</title>
      <link>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382838#M389</link>
      <description>&lt;P&gt;Hi,&lt;SPAN&gt;karthik_nikil&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can find the PWM example in the RTD package as the following picture.&amp;nbsp;Each example corresponds to a different underlying module. You can try to use the module that generates the waveform you need based on your application requirements.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_z_0-1781753790604.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/389333i095A67DE0CA09F0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Joey_z_0-1781753790604.png" alt="Joey_z_0-1781753790604.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can contact us at any time if still have other issue.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 03:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32Z-E/Generating-a-4-9-MHz-Clock-PWM-Output-on-S32Z280-using-eMIOS-or/m-p/2382838#M389</guid>
      <dc:creator>Joey_z</dc:creator>
      <dc:date>2026-06-18T03:49:42Z</dc:date>
    </item>
  </channel>
</rss>

