<?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: SPL code, pmic_stby_req in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1858039#M223208</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When the PMIC receives the standby request signal&amp;nbsp;&lt;STRONG&gt;PMIC_STBY_REQ&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it interprets this signal as a request to transition the system into a low-power state.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also you can check the reference manual, look the&amp;nbsp;PMIC standby control (PMIC_CTRL) register and&amp;nbsp;PMIC standby pre delay control (PMIC_PRE_DLY_CTRL).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2024 16:24:14 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2024-05-01T16:24:14Z</dc:date>
    <item>
      <title>SPL code, pmic_stby_req</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1856475#M223097</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have read the &lt;EM&gt;&lt;STRONG&gt;spl.c&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;code inside power_init_board() function reg_write is happening as :&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* BUCKxOUT_DVS0/1 control BUCK123 output */&lt;BR /&gt;pmic_reg_write(dev, PCA9450_BUCK123_DVS, 0x29);&lt;/P&gt;&lt;P&gt;/* enable DVS control through PMIC_STBY_REQ */&lt;BR /&gt;pmic_reg_write(dev, PCA9450_BUCK1CTRL, 0x59);&lt;/P&gt;&lt;P&gt;So, what i understood is like in every board bootup register write of &lt;EM&gt;&lt;STRONG&gt;DVS controlling through pmic_stby_req&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;is configured of PMIC.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;But my question is how the system is getting triggered when the imx93 is sending standby request?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 06:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1856475#M223097</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-04-29T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: SPL code, pmic_stby_req</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1858039#M223208</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/229463"&gt;@sbmd_1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When the PMIC receives the standby request signal&amp;nbsp;&lt;STRONG&gt;PMIC_STBY_REQ&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it interprets this signal as a request to transition the system into a low-power state.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also you can check the reference manual, look the&amp;nbsp;PMIC standby control (PMIC_CTRL) register and&amp;nbsp;PMIC standby pre delay control (PMIC_PRE_DLY_CTRL).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 16:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1858039#M223208</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-05-01T16:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: SPL code, pmic_stby_req</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1858043#M223209</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;Actually, I can see the system gets voltage down by the PMIC i.e ( BUCK1_VOUT_DVS1 reg) during booting time but the question is may be somewhere system checks the low power mode conditions so can we read those conditions.&lt;/P&gt;&lt;P&gt;If those conditions are checked for standby then what is that process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 16:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPL-code-pmic-stby-req/m-p/1858043#M223209</guid>
      <dc:creator>sbmd_1234</dc:creator>
      <dc:date>2024-05-01T16:37:04Z</dc:date>
    </item>
  </channel>
</rss>

