<?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: JN516X Dump Stack problem and Deep Sleep</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774170#M16192</link>
    <description>&lt;P&gt;I managed to stop a little the stack dump. But another dump error appeared:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(16:42:57.593) &amp;lt;CR&amp;gt;Unclaimed Interrupt at priority 0
(16:42:57.593) u32PICMR = 0 : u32PICSR = 0
(16:42:57.593) u32PICMSR = 0 : u32IPMR = 0
(16:42:57.593) u32IHPR = 0 : u32AINT = 0 u32PINT 0
(16:42:57.593) EPCR = 89a4d : EEAR = 6b1e7fb7
(16:42:57.593) Stack dump:
(16:42:57.593)  4007b68 : 00000000
(16:42:57.593)  4007b6c : 00089a6e
(16:42:57.593)  4007b70 : 6b1e7fb7
(16:42:57.593)  4007b74 : 00000000
(16:42:57.593)  4007b78 : 00000000
(16:42:57.593)  4007b7c : 00000000
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 20:13:24 GMT</pubDate>
    <dc:creator>ffonck96</dc:creator>
    <dc:date>2023-12-13T20:13:24Z</dc:date>
    <item>
      <title>JN516X Dump Stack problem and Deep Sleep</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774035#M16187</link>
      <description>&lt;P&gt;Hi y'all.&lt;/P&gt;&lt;P&gt;I have an issue regarding sending-receiving data between EndDevice and Coordinator. Somehow, im getting a Dump Stack from my program when i receive a broadcast message at the precise moment when i'm sending data. I have been investigating deep sleep related content, such as &lt;STRONG&gt;PWRM_eScheduleActivity()&lt;/STRONG&gt; and &lt;STRONG&gt;PWRM_u16GetActivityCount()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;At the moment, the code in every cycle runs at the end a &lt;STRONG&gt;PWRM_eScheduleActivity() &lt;/STRONG&gt;before going to sleep. Eventually, it starts sending data. The error occurs when is sending data and changing accordingly the application FSM, here the broadcast is receive in a poll data function &lt;STRONG&gt;ZPS_eAplZdoPoll().&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There's a way to avoid going to sleep when some events are occurring, just like broadcast and SEND_DATA?&lt;/P&gt;&lt;P&gt;I'm relying on &lt;A href="https://www.nxp.com/docs/en/application-note/JN-AN-1229.zip" target="_blank" rel="noopener"&gt;JN-AN-1229-ZBPro-Application-Template&lt;/A&gt; with the change that my app can schedule an activity and go to deep sleep. Also, in order to send data it has to wait 600ms in the process, this is way it has a finite state machine, so it can wait on the while True cycle.&lt;/P&gt;&lt;P&gt;I hope this information is enough. What gives?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 15:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774035#M16187</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-12-13T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: JN516X Dump Stack problem and Deep Sleep</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774170#M16192</link>
      <description>&lt;P&gt;I managed to stop a little the stack dump. But another dump error appeared:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(16:42:57.593) &amp;lt;CR&amp;gt;Unclaimed Interrupt at priority 0
(16:42:57.593) u32PICMR = 0 : u32PICSR = 0
(16:42:57.593) u32PICMSR = 0 : u32IPMR = 0
(16:42:57.593) u32IHPR = 0 : u32AINT = 0 u32PINT 0
(16:42:57.593) EPCR = 89a4d : EEAR = 6b1e7fb7
(16:42:57.593) Stack dump:
(16:42:57.593)  4007b68 : 00000000
(16:42:57.593)  4007b6c : 00089a6e
(16:42:57.593)  4007b70 : 6b1e7fb7
(16:42:57.593)  4007b74 : 00000000
(16:42:57.593)  4007b78 : 00000000
(16:42:57.593)  4007b7c : 00000000
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 20:13:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774170#M16192</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-12-13T20:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: JN516X Dump Stack problem and Deep Sleep</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774985#M16205</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225495"&gt;@ffonck96&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please, consider that&amp;nbsp;&lt;A href="https://www.nxp.com/products/wireless-connectivity/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T" target="_blank"&gt;JN5189/88T&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is preferred for any new Zigbee&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;design.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As I understand, you are experiencing some unexpected behaviors while transferring data to a sleeping End Device, is this correct? If that is the case, perhaps you may some useful information in the&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf" target="_self"&gt;ZigBee 3.0 Stack User Guide&lt;/A&gt;&amp;nbsp;(which can be found in &lt;A href="https://www.nxp.com/pages/jn516x-7x-zigbee-3-0:ZIGBEE-3-0" target="_self"&gt;JN516x/7x Zigbee 3.0&lt;/A&gt;&amp;nbsp;webpage), Section 5.5.3 Polling for Data; and Appendix B.2 Sending data to Sleeping End Devices.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If my understanding is not correct, or if this information is not what you are looking for, please let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 17:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1774985#M16205</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-12-14T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: JN516X Dump Stack problem and Deep Sleep</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1775055#M16206</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;Please, consider that&amp;nbsp;&lt;A href="https://www.nxp.com/products/wireless-connectivity/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T" target="_blank" rel="nofollow noopener noreferrer"&gt;JN5189/88T&lt;/A&gt;&amp;nbsp;is preferred for any new Zigbee&amp;nbsp;design.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, i cannot use the JN5189/88T because of client/project restrictions. So I'm forced to work on the JN5168.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;As I understand, you are experiencing some unexpected behaviors while transferring data to a sleeping End Device, is this correct? If that is the case, perhaps you may some useful information in the&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf?_gl=1*nyf6c8*_ga*OTUzMzMyNjQ3LjE3MDI1NjE3ODY.*_ga_WM5LE0KMSH*MTcwMjU4MTkzMi40LjEuMTcwMjU4MjQ1OS4wLjAuMA.." target="_self" rel="nofollow noopener noreferrer"&gt;ZigBee 3.0 Stack User Guide&lt;/A&gt;&amp;nbsp;(which can be found in &lt;A href="https://www.nxp.com/pages/jn516x-7x-zigbee-3-0:ZIGBEE-3-0" target="_self" rel="nofollow noopener noreferrer"&gt;JN516x/7x Zigbee 3.0&lt;/A&gt;&amp;nbsp;webpage), Section 5.5.3 Polling for Data; and Appendix B.2 Sending data to Sleeping End Devices.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You are right. I'm gonna take a look of it. Thanks for the information, i haven't seen yet until now.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 19:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN516X-Dump-Stack-problem-and-Deep-Sleep/m-p/1775055#M16206</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-12-14T19:42:04Z</dc:date>
    </item>
  </channel>
</rss>

