<?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 FS23: reset time question in Power Management</title>
    <link>https://community.nxp.com/t5/Power-Management/FS23-reset-time-question/m-p/1992827#M3906</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to ask a question regarding the system reset time when the watchdog is not refreshed. The configured watchdog is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* WdWindowReg */
((uint16)0x0000U)
| SBC_FS23_FS_WDW_PERIOD_64MS
| SBC_FS23_FS_WDW_RECOVERY_64MS
//| SBC_FS23_FS_WDW_EN_MASK
| SBC_FS23_FS_WDW_REC_EN_MASK&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After the system exits the init phase normally, I measured the system restart waveform while not refreshing the watchdog in the task, and the waveform indicates that the reboot time is approximately 340ms. Could you please explain how to calculate the 340ms time in the current configuration?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gumu_0-1731412342980.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310048i7AB63AC681EFE056/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gumu_0-1731412342980.png" alt="gumu_0-1731412342980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Later, I tried to disable WDW_REC_EN, but I found that the experimental phenomenon remained the same, and the reboot time was still around 340ms.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 11:52:37 GMT</pubDate>
    <dc:creator>gumu</dc:creator>
    <dc:date>2024-11-12T11:52:37Z</dc:date>
    <item>
      <title>FS23: reset time question</title>
      <link>https://community.nxp.com/t5/Power-Management/FS23-reset-time-question/m-p/1992827#M3906</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to ask a question regarding the system reset time when the watchdog is not refreshed. The configured watchdog is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* WdWindowReg */
((uint16)0x0000U)
| SBC_FS23_FS_WDW_PERIOD_64MS
| SBC_FS23_FS_WDW_RECOVERY_64MS
//| SBC_FS23_FS_WDW_EN_MASK
| SBC_FS23_FS_WDW_REC_EN_MASK&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After the system exits the init phase normally, I measured the system restart waveform while not refreshing the watchdog in the task, and the waveform indicates that the reboot time is approximately 340ms. Could you please explain how to calculate the 340ms time in the current configuration?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gumu_0-1731412342980.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310048i7AB63AC681EFE056/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gumu_0-1731412342980.png" alt="gumu_0-1731412342980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Later, I tried to disable WDW_REC_EN, but I found that the experimental phenomenon remained the same, and the reboot time was still around 340ms.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 11:52:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/FS23-reset-time-question/m-p/1992827#M3906</guid>
      <dc:creator>gumu</dc:creator>
      <dc:date>2024-11-12T11:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: FS23: reset time question</title>
      <link>https://community.nxp.com/t5/Power-Management/FS23-reset-time-question/m-p/1993377#M3907</link>
      <description>&lt;P&gt;Hello Gumu,&lt;/P&gt;
&lt;P&gt;please refer to the sections 19.2.1.2 and 19.2.2 in the full FS23 datasheet. By incorrect or none Watchdog refresh, Watchdog error counter is incremented by 2. By default the Watchdog error counter limit is set to 6. To reach the limit three incorrect or none watchdog refreshes are needed. Please check the WD_ERR_LIMIT[1:0] bits setting. Have you left them in default value 6? The green waveform in your scope is from the RSTB pin, right?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have left the&amp;nbsp;WD_ERR_LIMIT[1:0] to 6, then three incorrect or none WD refreshes would be needed (3*64ms=192ms), if to 8 then four (4*64ms=256ms).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then if the WD recovery is set to 64ms, this would add to the time above. Please check the&amp;nbsp;WDW_REC_EN bit setting. Have you set it to 1? For the MCU fault recovery strategy please refer to the section 19.2.5.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check how have you set the FCCUx error impact configuration. Have you left it to default? If yes, please probe the FS0B pin. To compare it with the RSTB pin. When the WD_ERR_LIMIT[1:0] has reached it's maximum value, the FS0B should be pulled low and Error phase should start. Please refer to the Figure 45.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 06:05:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/FS23-reset-time-question/m-p/1993377#M3907</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2024-11-13T06:05:04Z</dc:date>
    </item>
  </channel>
</rss>

