<?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中的主题 suppRe: S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1578766#M19891</link>
    <description>&lt;P&gt;No,I review the MCAL code and find that ICU driver supports&amp;nbsp; overflow.I ask some people,someone says that ICU hardware does not support measure period function in IPWM mode.And it is supported by hardware and software but the interrupt can not be delayed.In my project,I&amp;nbsp;&lt;SPAN&gt;have a deep distrust&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;of delayed Interrupt and ISRs.Do you think so?Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 06:52:12 GMT</pubDate>
    <dc:creator>xkr</dc:creator>
    <dc:date>2023-01-07T06:52:12Z</dc:date>
    <item>
      <title>S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1574822#M19662</link>
      <description>&lt;P&gt;Hi, now I'm working on S32K344 platform using MCAL pakage.I want to measure more than 4 channels PWM to get their pulse width and period. IPWM mode and interrupt mode are used.I complete the configuration ,and use "void Icu_StartSignalMeasurement(Icu_ChannelType Channel);""void Icu_StopSignalMeasurement(Icu_ChannelType Channel);""void Icu_GetDutyCycleValues(Icu_ChannelType Channel, Icu_DutyCycleType* DutyCycleValues);".&lt;/P&gt;&lt;P&gt;In the test , I find one problem that I can not get exact period value.In the fact, the period value from the function Icu_GetDutyCycleValues() is undulate.Sometimes the period time value is some times than the exact value.At the same time,PWM pulse width value is exact.&lt;/P&gt;&lt;P&gt;This problem has been bugging me for more than two weeks.How can I solve it?&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 06:46:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1574822#M19662</guid>
      <dc:creator>xkr</dc:creator>
      <dc:date>2022-12-27T06:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1576039#M19748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;probably you got overflows (or several one) when using timebase running from high clock. I think ICU driver does not support overflows. You should set timebase with respect of input signal. Try to increase prescaler of used timebase, then you should get right result too.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2023 11:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1576039#M19748</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-01-02T11:04:17Z</dc:date>
    </item>
    <item>
      <title>suppRe: S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1578766#M19891</link>
      <description>&lt;P&gt;No,I review the MCAL code and find that ICU driver supports&amp;nbsp; overflow.I ask some people,someone says that ICU hardware does not support measure period function in IPWM mode.And it is supported by hardware and software but the interrupt can not be delayed.In my project,I&amp;nbsp;&lt;SPAN&gt;have a deep distrust&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;of delayed Interrupt and ISRs.Do you think so?Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 06:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1578766#M19891</guid>
      <dc:creator>xkr</dc:creator>
      <dc:date>2023-01-07T06:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1597680#M20606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210476"&gt;@xkr&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I had the same issue in my project and fixed that by increasing the divider value of MCL_Emiosx.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2023 11:52:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1597680#M20606</guid>
      <dc:creator>gumu</dc:creator>
      <dc:date>2023-02-11T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 eMIOS/ICU problem about measure PWM pulse width and period</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1847681#M34234</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am facing similar troubles. I am able to measure the duty cycle &amp;amp; the period when the interrupts are enabled. I am not able to measure the Period when interrupts are disabled.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 05:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-eMIOS-ICU-problem-about-measure-PWM-pulse-width-and/m-p/1847681#M34234</guid>
      <dc:creator>KeyurKulkarni</dc:creator>
      <dc:date>2024-04-16T05:17:48Z</dc:date>
    </item>
  </channel>
</rss>

