<?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 Re: JN5189 Zigbee Wake timer interrupt crash in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1987171#M5496</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. When working with wireless technology, it is recommended to work with the Connectivity Framework software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend checking the different framework services, such as the Timer's Manager and the Low-power Library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information about these services, can found on the "Connectivity Framework Reference Manual.pdf" (Path: SDK\docs\wireless\Common)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2024 16:11:37 GMT</pubDate>
    <dc:creator>Ricardo_Zamora</dc:creator>
    <dc:date>2024-11-04T16:11:37Z</dc:date>
    <item>
      <title>JN5189 Zigbee Wake timer interrupt crash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1984482#M5492</link>
      <description>&lt;P&gt;Hi, I am using the EndDevice template of&amp;nbsp;JN-AN-1243. The ANS version is v2007 and the SDK is 2.6.12. I tryed the a wtimer0 in my code.&amp;nbsp;The chip will crash on a timeout interrupt triggered while the chip is sleeping.and will not if the chip is active. I'm bothered.Can anyone help me? thanks.&lt;/P&gt;&lt;P&gt;Int the attachment,I marked the location of the timer start time and crash.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1984482#M5492</guid>
      <dc:creator>yanggx98</dc:creator>
      <dc:date>2024-10-30T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: JN5189 Zigbee Wake timer interrupt crash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1984487#M5493</link>
      <description>&lt;LI-CODE lang="c"&gt;static void vStartWakeTimer(uint32 u32WakeTicks)
{
   WTIMER_Init();
   WTIMER_EnableInterrupts(WTIMER_TIMER0_ID);
   WTIMER_StartTimer(WTIMER_TIMER0_ID, u32WakeTicks);
}
void WAKE_UP_TIMER0_IRQHandler(void)
{
    /* Stop the timer */
    WTIMER_StopTimer(WTIMER_TIMER0_ID);
    /* Clear status flags */
    WTIMER_ClearStatusFlags(WTIMER_TIMER0_ID);
    APP_tsEvent event;
    event.eType = APP_E_EVENT_WAKE_TIMER;
    ZQ_bQueueSend(&amp;amp;APP_msgAppEvents, &amp;amp;event); 
}&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1984487#M5493</guid>
      <dc:creator>yanggx98</dc:creator>
      <dc:date>2024-10-30T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: JN5189 Zigbee Wake timer interrupt crash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1987171#M5496</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. When working with wireless technology, it is recommended to work with the Connectivity Framework software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend checking the different framework services, such as the Timer's Manager and the Low-power Library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information about these services, can found on the "Connectivity Framework Reference Manual.pdf" (Path: SDK\docs\wireless\Common)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:11:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/JN5189-Zigbee-Wake-timer-interrupt-crash/m-p/1987171#M5496</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-11-04T16:11:37Z</dc:date>
    </item>
  </channel>
</rss>

