<?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: Standby issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035648#M152734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;gt;what are the conditions that need to be met in order for SCU_PMIC_STANDY to be asserted? &lt;BR /&gt;&amp;gt;If we run into this problem again we want to be able to debug it as fast as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be debugged comparing behaviour of SCU_PMIC_STANDBY on i.MX8QXP MEK board using&lt;/P&gt;&lt;P&gt;procedures described in &lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN12338.pdf" rel="nofollow" target="_blank"&gt;&lt;STRONG&gt;i.MX 8QuadXPlus Power Consumption Measurement&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2020 15:06:09 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-04-21T15:06:09Z</dc:date>
    <item>
      <title>Standby issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035645#M152731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently using MX8QXP and PF8100 on a custom board and we are having some problems transitioning to standby mode (KS1). It appears that the SCU does not assert the SCU_PMIC_STANDBY pin, causing the A35s to get stuck in an endless loop waiting for power to be cut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The power-down sequence is done in two steps. First, we put SW4 in SW_RUN_OFF/SW_STBY_OFF. Secondly, we assert SCU_PMIC_STANDBY. About half of the time none of these two steps happen and we end up in the previously described endless loop. In some rare cases, only the first step is performed (verified with logic analyzer) and the standby pin is never asserted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Digging through the SCU firmware, it seems that the first step is done through the board_set_power_mode function. But we can't find how and when the second step is performed. Are there any conditions that need to be met for the SCU to assert the standby pin? Is there a good way to debug this further? Attaching an image of the normal behavior when suspending.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SCU firmware version 1.2.7.1&lt;/P&gt;&lt;P&gt;Linux kernel version 4.19.35&lt;span class="lia-inline-image-display-wrapper" image-alt="standby.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103644i0F263FCB2150DC80/image-size/large?v=v2&amp;amp;px=999" role="button" title="standby.png" alt="standby.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 09:11:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035645#M152731</guid>
      <dc:creator>jonas_karlsson</dc:creator>
      <dc:date>2020-03-16T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standby issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035646#M152732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;low power mode is handled by System Controller Unit (SCU) and one can&lt;/P&gt;&lt;P&gt;look at Chapter 5 Power Management sc_fw_api_qx_b0.pdf&lt;/P&gt;&lt;P&gt;included in documentation in &lt;A href="https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.3.0_SCFWKIT-1.3.0&amp;amp;appType=license" target="_blank"&gt;SCFW Porting Kit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Behaviour of SCU_PMIC_STANDBY can be checked on i.MX8QXP MEK board using&lt;/P&gt;&lt;P&gt;procedures described in &lt;A href="https://www.nxp.com/docs/en/application-note/AN12338.pdf" target="_blank"&gt;&lt;STRONG&gt;i.MX 8QuadXPlus Power Consumption Measurement&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reasons that SCU does not assert the SCU_PMIC_STANDBY may be that some resource&lt;/P&gt;&lt;P&gt;has enabled interrupt which causes exiting from low power mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2020 01:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035646#M152732</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-03-25T01:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standby issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035647#M152733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Hi Igor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;We tried disabling interrupts and it seems to have resolved the problem. Our question still remains though, what are the conditions that need to be met in order for SCU_PMIC_STANDY to be asserted? If we run into this problem again we want to be able to debug it as fast as possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Jonas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 08:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035647#M152733</guid>
      <dc:creator>jonas_karlsson</dc:creator>
      <dc:date>2020-04-21T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Standby issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035648#M152734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonas&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;gt;what are the conditions that need to be met in order for SCU_PMIC_STANDY to be asserted? &lt;BR /&gt;&amp;gt;If we run into this problem again we want to be able to debug it as fast as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be debugged comparing behaviour of SCU_PMIC_STANDBY on i.MX8QXP MEK board using&lt;/P&gt;&lt;P&gt;procedures described in &lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN12338.pdf" rel="nofollow" target="_blank"&gt;&lt;STRONG&gt;i.MX 8QuadXPlus Power Consumption Measurement&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 15:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Standby-issue/m-p/1035648#M152734</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-04-21T15:06:09Z</dc:date>
    </item>
  </channel>
</rss>

