<?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>Wireless MCUのトピックRe: KW36 wakeup response time issue</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303536#M11327</link>
    <description>&lt;P&gt;对于vlls2来说，0.3mA的电流已经非常高了,正常应该在10uA左右。其实我怀疑mcu可能因为什么死机了，然后让看门狗去复位，所以要你去测一下没有can信号会不会复位&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 03:24:27 GMT</pubDate>
    <dc:creator>nxf56274</dc:creator>
    <dc:date>2021-07-07T03:24:27Z</dc:date>
    <item>
      <title>KW36 wakeup response time issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303148#M11320</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;based on the wireless-uart demo project, I want to use PC4(CAN_RX) to wakeup KW36 from DeepStop (VLLS2), I used the PWR_ChangeDeepSleepMode(5) and it looks that KW36 was waked up when I send can message. But the issue is the wakeup response time is too long, it's about 1.1 second. The picture below shows my messaurement result.&lt;/P&gt;&lt;P&gt;(1)The yellow color wave is PC4(CAN_RX) of KW36&lt;/P&gt;&lt;P&gt;(2)The Blue color wave is Reset pin of KW36&lt;/P&gt;&lt;P&gt;(3)The purple wave is PB1 pin of KW36, I set PB1 high in the function hardware_init(), that is the first function in the program.&lt;/P&gt;&lt;P&gt;(4) by the way, the reset status register RCM_SRS0=0x20, it means bit WDOG set, it looks watchdog triggers reset when can message wakeup KW36, but I never used watchdog in my code.&lt;/P&gt;&lt;P&gt;So plz help me to check :&lt;/P&gt;&lt;P&gt;1. the response time is the right? it is really so long? any document descrip it?&lt;/P&gt;&lt;P&gt;2. why WDOG bit set? it looks it should not happen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JiCheng_ZhangXiang_0-1625575014827.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/148970iEB142465FC4A6742/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JiCheng_ZhangXiang_0-1625575014827.jpeg" alt="JiCheng_ZhangXiang_0-1625575014827.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 12:40:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303148#M11320</guid>
      <dc:creator>JiCheng_ZhangXiang</dc:creator>
      <dc:date>2021-07-06T12:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 wakeup response time issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303511#M11323</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;既然它说复位信号是看门狗给的，那么你不给can信号，看看它还会不会看门狗复位。如果进了vlls2，看门狗应该是直接没用的。所以进没进vlls2还得打个问号 &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xxxx.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/149030i81B3C1E5EF64EBB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xxxx.PNG" alt="xxxx.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 02:52:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303511#M11323</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-07-07T02:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 wakeup response time issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303517#M11326</link>
      <description>&lt;P&gt;1. 不给CAN信号，肯定不会唤醒&lt;/P&gt;&lt;P&gt;2. 理论上进入VLLS2，的确是WDG OFF，唤醒后不应该置位SRS0的WDOG&lt;/P&gt;&lt;P&gt;3. 测试电流来看的确已经进入低功耗了，整机电流实测在0.3mA左右&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 03:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303517#M11326</guid>
      <dc:creator>JiCheng_ZhangXiang</dc:creator>
      <dc:date>2021-07-07T03:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 wakeup response time issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303536#M11327</link>
      <description>&lt;P&gt;对于vlls2来说，0.3mA的电流已经非常高了,正常应该在10uA左右。其实我怀疑mcu可能因为什么死机了，然后让看门狗去复位，所以要你去测一下没有can信号会不会复位&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 03:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-wakeup-response-time-issue/m-p/1303536#M11327</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-07-07T03:24:27Z</dc:date>
    </item>
  </channel>
</rss>

