<?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 EWM and WDOG's  refresh sequence in S32K</title>
    <link>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383660#M13154</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Christmas is coming soon, congratulations to everyone in advance .&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using EWM and WDOG module in S32K146，and have some questions about EWM and WDOG's application habits：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WDOG supports one 32-bit (0xB480_A602) if WDOG_CS[CMD32EN] is 1, however, EWM must two 8bit writes(one sequence). Why I can‘t write one value like WDOG without one sequence&amp;nbsp; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What accidents can be prevented by this sequence ？If you guys have any advices for sequence , please help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 02:03:05 GMT</pubDate>
    <dc:creator>GoldenStateWarriorCurry</dc:creator>
    <dc:date>2021-12-09T02:03:05Z</dc:date>
    <item>
      <title>EWM and WDOG's  refresh sequence</title>
      <link>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383660#M13154</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Christmas is coming soon, congratulations to everyone in advance .&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using EWM and WDOG module in S32K146，and have some questions about EWM and WDOG's application habits：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WDOG supports one 32-bit (0xB480_A602) if WDOG_CS[CMD32EN] is 1, however, EWM must two 8bit writes(one sequence). Why I can‘t write one value like WDOG without one sequence&amp;nbsp; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What accidents can be prevented by this sequence ？If you guys have any advices for sequence , please help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 02:03:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383660#M13154</guid>
      <dc:creator>GoldenStateWarriorCurry</dc:creator>
      <dc:date>2021-12-09T02:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: EWM and WDOG's  refresh sequence</title>
      <link>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383776#M13156</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@GoldenStateWarriorCurry" target="_blank"&gt;Hi@GoldenStateWarriorCurry&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please refer to S32K-RM for details.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;20.4 Memory Map/Register Definition&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;This section contains the module memory map and registers.&lt;/P&gt;
&lt;P&gt;NOTE:&lt;/P&gt;
&lt;P&gt;EWM only supports 8-bit register access. 16-bit and 32-bit access are not possible.&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Jim,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 05:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383776#M13156</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2021-12-09T05:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: EWM and WDOG's  refresh sequence</title>
      <link>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383955#M13164</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Senlent" target="_blank" rel="noopener"&gt;Hi@Senlent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your reply!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have read &lt;STRONG&gt;20.4 Memory Map/Register Definition&amp;nbsp;&lt;/STRONG&gt; from&amp;nbsp;S32K-RM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just don't understand why I can't write values of 0xB4 to refresh EWM counter instead of&amp;nbsp;writing values of 0xB4 and&amp;nbsp; 0x2C to refresh EWM counter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As a user, I feel that it is troublesome to write the refresh register twice. What accidents can be prevented by writing the refresh register twice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If&amp;nbsp;you are worried about safety issues, can we write 32-bit values once instead of&amp;nbsp;writing values of 0xB4 and&amp;nbsp; 0x2C to refresh EWM counter,which likes WDOG refresh&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;mechanism.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I hope NXP company can adopt my suggestion to&amp;nbsp;optimize user usage&amp;nbsp;.=^-^=&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;BR!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;SPAN&gt;Anthony&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 09:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EWM-and-WDOG-s-refresh-sequence/m-p/1383955#M13164</guid>
      <dc:creator>GoldenStateWarriorCurry</dc:creator>
      <dc:date>2021-12-09T09:48:52Z</dc:date>
    </item>
  </channel>
</rss>

