<?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>Kinetis MicrocontrollersのトピックRe: Lin Stack - How to check for Wakeup request for Master on UART</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033209#M56590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I will try that out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2019 23:25:51 GMT</pubDate>
    <dc:creator>vikasmalik22</dc:creator>
    <dc:date>2019-11-26T23:25:51Z</dc:date>
    <item>
      <title>Lin Stack - How to check for Wakeup request for Master on UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033206#M56587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know which flag or status, I can use in Lin Stack using UART to check when the UART isr is called on Master if there is a wakeup request or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any API or flag to check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033206#M56587</guid>
      <dc:creator>vikasmalik22</dc:creator>
      <dc:date>2019-11-25T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lin Stack - How to check for Wakeup request for Master on UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033207#M56588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I am having is once the Master goes to sleep state conf-&amp;gt;word_status.bit.gotosleep is set to 1.&lt;/P&gt;&lt;P&gt;But once I read the status of this bit using&amp;nbsp;l_ifc_read_status() where it clears the status as below.&lt;/P&gt;&lt;P&gt;*((l_u16*)(conf-&amp;gt;word_status)) = 0; and then it doesn't get updated when the wakeup calls or UART_ISR is being triggered.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033207#M56588</guid>
      <dc:creator>vikasmalik22</dc:creator>
      <dc:date>2019-11-25T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lin Stack - How to check for Wakeup request for Master on UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033208#M56589</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="343446" data-username="vikasmalik22@gmail.com" href="https://community.nxp.com/people/vikasmalik22@gmail.com"&gt;Vikas Malik&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sleep mode wake up recovery method is interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, if you want to know the wake up, you can change a flag status in the ISR, then in the normal run code, you just need to check the flag in the ISR status, when the interrupt happens, the wakeup will happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think you can define a flag by yourself, then use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks 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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 06:45:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033208#M56589</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-26T06:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lin Stack - How to check for Wakeup request for Master on UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033209#M56590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I will try that out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 23:25:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033209#M56590</guid>
      <dc:creator>vikasmalik22</dc:creator>
      <dc:date>2019-11-26T23:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lin Stack - How to check for Wakeup request for Master on UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033210#M56591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="343446" data-username="vikasmalik22@gmail.com" href="https://community.nxp.com/people/vikasmalik22@gmail.com"&gt;Vikas Malik&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You are welcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After you test it, if you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks 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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 03:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Lin-Stack-How-to-check-for-Wakeup-request-for-Master-on-UART/m-p/1033210#M56591</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-11-27T03:21:28Z</dc:date>
    </item>
  </channel>
</rss>

