<?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>S32KのトピックMethod to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
    <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2099418#M48939</link>
    <description>&lt;P&gt;Hi, NXP:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Reference to post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/How-to-Generate-a-Single-PWM-Period-and-Stop-S32K312-eMIOS/m-p/2099177#M48932" target="_blank"&gt;https://community.nxp.com/t5/S32K/How-to-Generate-a-Single-PWM-Period-and-Stop-S32K312-eMIOS/m-p/2099177#M48932&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We observed that after calling Emios_Pwm_Ip_InitChannel(), the PWM pulse was successfully generated, and an interrupt event was triggered. However, it seems that the callback function subsequently disabled the interrupt notification.&lt;BR /&gt;It look like it could generate a single pulse as well.&lt;/P&gt;&lt;P&gt;We would like to understand the correct procedure for generating the PWM pulse again. Specifically:&lt;/P&gt;&lt;P&gt;Is it appropriate to call Emios_Pwm_Ip_InitChannel() again to re-trigger the single pulse?&lt;/P&gt;&lt;P&gt;Or is there an alternative API that should be used to restart pulse generation and re-enable the interrupt?&lt;/P&gt;&lt;P&gt;We would appreciate your clarification on the recommended approach for re-generating the pulse after the initial trigger.&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2025 03:10:08 GMT</pubDate>
    <dc:creator>CCY_Yu</dc:creator>
    <dc:date>2025-05-19T03:10:08Z</dc:date>
    <item>
      <title>Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2099418#M48939</link>
      <description>&lt;P&gt;Hi, NXP:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Reference to post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/How-to-Generate-a-Single-PWM-Period-and-Stop-S32K312-eMIOS/m-p/2099177#M48932" target="_blank"&gt;https://community.nxp.com/t5/S32K/How-to-Generate-a-Single-PWM-Period-and-Stop-S32K312-eMIOS/m-p/2099177#M48932&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We observed that after calling Emios_Pwm_Ip_InitChannel(), the PWM pulse was successfully generated, and an interrupt event was triggered. However, it seems that the callback function subsequently disabled the interrupt notification.&lt;BR /&gt;It look like it could generate a single pulse as well.&lt;/P&gt;&lt;P&gt;We would like to understand the correct procedure for generating the PWM pulse again. Specifically:&lt;/P&gt;&lt;P&gt;Is it appropriate to call Emios_Pwm_Ip_InitChannel() again to re-trigger the single pulse?&lt;/P&gt;&lt;P&gt;Or is there an alternative API that should be used to restart pulse generation and re-enable the interrupt?&lt;/P&gt;&lt;P&gt;We would appreciate your clarification on the recommended approach for re-generating the pulse after the initial trigger.&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 03:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2099418#M48939</guid>
      <dc:creator>CCY_Yu</dc:creator>
      <dc:date>2025-05-19T03:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2100955#M49007</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;For a second (or more pulses) you should call &lt;EM&gt;Emios_Pwm_Ip_InitChannel()&lt;/EM&gt; and &lt;EM&gt;Emios_Pwm_Ip_SetFlagRequest()&lt;/EM&gt; functions.&lt;/P&gt;
&lt;P&gt;Please find attached project.&lt;/P&gt;
&lt;P&gt;It use another eMIOS channel performing GPT in &lt;EM&gt;one-shot mode&lt;/EM&gt; to generate a second DAOC pulse after 100ms:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_Leo__0-1747780760686.png" style="width: 546px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338788iEE8072914514E4F3/image-dimensions/546x182?v=v2" width="546" height="182" role="button" title="_Leo__0-1747780760686.png" alt="_Leo__0-1747780760686.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or in &lt;EM&gt;continuous mode&lt;/EM&gt; every 100ms:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_Leo__1-1747780776508.png" style="width: 546px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338789i84013C1538D5113C/image-dimensions/546x183?v=v2" width="546" height="183" role="button" title="_Leo__1-1747780776508.png" alt="_Leo__1-1747780776508.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 22:41:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2100955#M49007</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2025-05-20T22:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2101234#M49031</link>
      <description>&lt;P class=""&gt;Dear NXP Support Team,&lt;/P&gt;&lt;P class=""&gt;Thank you for your feedback.&lt;/P&gt;&lt;P class=""&gt;Based on your previous sample procedure, we are now able to generate a single pulse using the eMIOS module.&lt;/P&gt;&lt;P class=""&gt;We have currently configured the &lt;STRONG&gt;pulse period to 10 seconds&lt;/STRONG&gt;, and the output seems to behave as expected in terms of signal generation.&lt;/P&gt;&lt;P class=""&gt;However, we have observed that the &lt;STRONG&gt;interrupt callback function is triggered twice&lt;/STRONG&gt;,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Could you please help us check:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;Is this behavior expected under DAOC or the current mode used?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Are there any recommended steps to ensure that the callback is only triggered once per pulse?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Thank you for your continued support.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CCY_Yu_0-1747808629049.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338861i39C5839AF1529B24/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CCY_Yu_0-1747808629049.png" alt="CCY_Yu_0-1747808629049.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CCY_Yu_1-1747808653411.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338862iF4B139F5FF19BF18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CCY_Yu_1-1747808653411.png" alt="CCY_Yu_1-1747808653411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 06:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2101234#M49031</guid>
      <dc:creator>CCY_Yu</dc:creator>
      <dc:date>2025-05-21T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2102888#M49102</link>
      <description>&lt;P&gt;I would have to debug your project to give you a proper answer.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 17:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2102888#M49102</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2025-05-22T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2103065#M49110</link>
      <description>&lt;P&gt;Hi, NXP:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Please help to check the project, thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 02:28:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2103065#M49110</guid>
      <dc:creator>CCY_Yu</dc:creator>
      <dc:date>2025-05-23T02:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Method to re-generate a Single PWM pulse (S32K312 eMIOS)</title>
      <link>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2113853#M49757</link>
      <description>&lt;P&gt;Please check your email.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 20:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Method-to-re-generate-a-Single-PWM-pulse-S32K312-eMIOS/m-p/2113853#M49757</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2025-06-10T20:17:20Z</dc:date>
    </item>
  </channel>
</rss>

