<?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: LPC55S66 : wakeup reason in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008229#M39545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/soledad"&gt;soledad&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;POWER_EnterPowerDown()&amp;nbsp;&lt;/STRONG&gt; on secure side and it called from nonsecure RTOS scheduler hook.&lt;/P&gt;&lt;P&gt;Nonsecure interrupts are disabled but secure not.&lt;/P&gt;&lt;P&gt;GIntx interrupts processed on secure side and when I have exit after&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;POWER_EnterPowerDown(),&amp;nbsp;&lt;/STRONG&gt;GINTx&lt;/P&gt;&lt;P&gt;already occurs after 343us ( like in spec) but exit happens after 450 us and GINTx is not pending any more.&lt;/P&gt;&lt;P&gt;It means I should disale all interrupts and they will be not processed so fast as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be some POWER API can remember reason of last exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Feb 2020 08:27:32 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-02-01T08:27:32Z</dc:date>
    <item>
      <title>LPC55S66 : wakeup reason</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008227#M39543</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;Is any fast way exists to know wakeup reason when CPU exit from API&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;POWER_EnterPowerDown() ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Some power API ?&lt;/P&gt;&lt;P&gt;Or we should analyze pending interrupts from list of&amp;nbsp;uint64_t wakeup_interrupts what were specified ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:56:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008227#M39543</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-27T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S66 : wakeup reason</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008228#M39544</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;Like you mentioned you should analyze pending interrupts in order to know what was.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008228#M39544</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2020-01-31T19:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S66 : wakeup reason</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008229#M39545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/soledad"&gt;soledad&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;POWER_EnterPowerDown()&amp;nbsp;&lt;/STRONG&gt; on secure side and it called from nonsecure RTOS scheduler hook.&lt;/P&gt;&lt;P&gt;Nonsecure interrupts are disabled but secure not.&lt;/P&gt;&lt;P&gt;GIntx interrupts processed on secure side and when I have exit after&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 14px;"&gt;POWER_EnterPowerDown(),&amp;nbsp;&lt;/STRONG&gt;GINTx&lt;/P&gt;&lt;P&gt;already occurs after 343us ( like in spec) but exit happens after 450 us and GINTx is not pending any more.&lt;/P&gt;&lt;P&gt;It means I should disale all interrupts and they will be not processed so fast as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be some POWER API can remember reason of last exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2020 08:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008229#M39545</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-02-01T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S66 : wakeup reason</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008230#M39546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Hello, Eugene,&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Unfortunately, none of the&amp;nbsp; fslpower power functions, from fslpower API&amp;nbsp; is capable to retrieve the wake-up source.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Best regards, Diego.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2020 16:41:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S66-wakeup-reason/m-p/1008230#M39546</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-02-14T16:41:33Z</dc:date>
    </item>
  </channel>
</rss>

