<?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のトピックRe: EcuM Alarm Function</title>
    <link>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409950#M60812</link>
    <description>&lt;P&gt;AUTOSAR 4.2.2 is an outdated specification, and no currently supported NXP Real-Time Drivers (RTD) package is based on it. The only NXP software that was aligned with AUTOSAR 4.2.2 was the legacy MCAL for S32K1xx, which is no longer supported.&lt;/P&gt;
&lt;P&gt;Also, please note that NXP support covers only NXP's own RTD/MCAL driver implementations. If you are using a BSW stack from a third-party vendor, their EcuM implementation is outside the scope of what we can support here, and you would need to contact that vendor directly.&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;</description>
    <pubDate>Tue, 01 Sep 2026 08:20:36 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2026-09-01T08:20:36Z</dc:date>
    <item>
      <title>EcuM Alarm Function</title>
      <link>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409832#M60793</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Regarding the EcuM alarm clock issue, I have consulted some materials and the manual, but there are a few points I do not quite understand, so I would like to ask for your help. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;In the EcuM manual, in the section introducing configuration items, how is the configuration item&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;EcuMAlarmClockTimeOut&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;used? It seems that I have not used it in my design.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;How is the EcuM alarm clock updated? Currently, during the UP phase, I update it in the main function using the main function scheduling cycle. However, the documentation says that it should be implemented by a hardware timer. I am concerned that task blocking or preemption may cause the main function scheduling cycle to be incorrect. How should it be implemented using a hardware timer?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;How should it be implemented during the SLEEP phase? The documentation mentions the POLL phase, where&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;EcuM_SetClock&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is used in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;EcuM_SleepActivity&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for updating. After updating, where is the timeout checked? Is it in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;EcuM_CheckWakeup&lt;SPAN class=""&gt;? And what about the HALT phase? Where is the clock updated and the timeout checked?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;If the configured alarm has already expired before entering sleep, what should I do? Should I directly skip entering sleep, or should I set the alarm wake‑up source to suspend and notify BswM of the alarm wake‑up source status?&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I look forward to your reply. Thank you. In addition, please provide the basis and supporting points, indicating which parts of the manual can be referred to for confirming the implementation approach. Thanks again in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 02:16:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409832#M60793</guid>
      <dc:creator>ydygcvjhbjkjnkn</dc:creator>
      <dc:date>2026-09-01T02:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: EcuM Alarm Function</title>
      <link>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409936#M60809</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/231013"&gt;@ydygcvjhbjkjnkn&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you please specify the drivers/revision, and the MCU part number?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 07:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409936#M60809</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2026-09-01T07:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: EcuM Alarm Function</title>
      <link>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409947#M60811</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;I am referring to the AUTOSAR EcuM specification manual, version 4.2.2. The MCU part number may not be fixed.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 08:08:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409947#M60811</guid>
      <dc:creator>ydygcvjhbjkjnkn</dc:creator>
      <dc:date>2026-09-01T08:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: EcuM Alarm Function</title>
      <link>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409950#M60812</link>
      <description>&lt;P&gt;AUTOSAR 4.2.2 is an outdated specification, and no currently supported NXP Real-Time Drivers (RTD) package is based on it. The only NXP software that was aligned with AUTOSAR 4.2.2 was the legacy MCAL for S32K1xx, which is no longer supported.&lt;/P&gt;
&lt;P&gt;Also, please note that NXP support covers only NXP's own RTD/MCAL driver implementations. If you are using a BSW stack from a third-party vendor, their EcuM implementation is outside the scope of what we can support here, and you would need to contact that vendor directly.&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;</description>
      <pubDate>Tue, 01 Sep 2026 08:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EcuM-Alarm-Function/m-p/2409950#M60812</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2026-09-01T08:20:36Z</dc:date>
    </item>
  </channel>
</rss>

