<?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 RTCS Watchdog Interference in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717054#M17606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We encountered a problem on a K60F120M using MQX 4.2.0.2 that seems mainly related to the RTCS module.&lt;/P&gt;&lt;P&gt;Namely when the RTCS module is activated and with a watchdog set to 1 second the system restarts/resets about once a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used modules:&lt;/P&gt;&lt;P&gt;bsp, psp, rtcs and shell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration for RTCS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSTASK_priority = 7;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSTASK_stacksize = 10000;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_max = 10;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_max&amp;nbsp; = 10;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_max&amp;nbsp; = 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main task which handles the watchdog has a priortity of 15, furthermore this problem persisted after we temporarly removed all code expect initialization of RTCS and watchdog handling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 06:24:47 GMT</pubDate>
    <dc:creator>christian_fisch</dc:creator>
    <dc:date>2018-03-20T06:24:47Z</dc:date>
    <item>
      <title>RTCS Watchdog Interference</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717054#M17606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We encountered a problem on a K60F120M using MQX 4.2.0.2 that seems mainly related to the RTCS module.&lt;/P&gt;&lt;P&gt;Namely when the RTCS module is activated and with a watchdog set to 1 second the system restarts/resets about once a day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used modules:&lt;/P&gt;&lt;P&gt;bsp, psp, rtcs and shell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration for RTCS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSTASK_priority = 7;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSTASK_stacksize = 10000;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCSPCB_max = 10;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_msgpool_max&amp;nbsp; = 10;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_init = 4;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_grow = 2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _RTCS_socket_part_max&amp;nbsp; = 10;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main task which handles the watchdog has a priortity of 15, furthermore this problem persisted after we temporarly removed all code expect initialization of RTCS and watchdog handling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:24:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717054#M17606</guid>
      <dc:creator>christian_fisch</dc:creator>
      <dc:date>2018-03-20T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: RTCS Watchdog Interference</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717055#M17607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="315561" data-username="christian_fischer" href="https://community.nxp.com/people/christian_fischer"&gt;Christian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the MQX software watchdog?&lt;/P&gt;&lt;P&gt;I did a quick check with a demo, combined the watchdog and RTCS,&amp;nbsp; not found this issue. Could you please let me know how to reproduce your issue on my side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also can submit a support requests on NXP website if this issue is important and need fast response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33971iF957E9495382F570/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:30:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717055#M17607</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-03-30T03:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: RTCS Watchdog Interference</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717056#M17608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok the problem is solved, traced down to refreshing the hardware watchdog without interrupts disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 05:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717056#M17608</guid>
      <dc:creator>christian_fisch</dc:creator>
      <dc:date>2018-03-30T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: RTCS Watchdog Interference</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717057#M17609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank your for your sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 05:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RTCS-Watchdog-Interference/m-p/717057#M17609</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-04-17T05:55:53Z</dc:date>
    </item>
  </channel>
</rss>

