<?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>Power ManagementのトピックMMPF0100 - PWRON_CFG</title>
    <link>https://community.nxp.com/t5/Power-Management/MMPF0100-PWRON-CFG/m-p/1428761#M1836</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to switch the configuration of the PMIC from level sensitive to edge sensitive dynamically in UBoot.&lt;/P&gt;&lt;P&gt;I tried to follow this process to change the configuration:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/How-to-enter-the-OFF-state-of-the-MMPF0100-PMIC/m-p/613807" target="_blank"&gt;https://community.nxp.com/t5/Other-NXP-Products/How-to-enter-the-OFF-state-of-the-MMPF0100-PMIC/m-p/613807&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As indicated in the App_Note AN4536, VDDOTP is connected to GND, and PWRON is connected to VSNVS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c dev 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;Setting bus to 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x7F 0x01 #Extended Page 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE4 0x80 #Entering TBB mode&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE0 0x11 #PWRON_CFG1=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE1 0x11&amp;nbsp;#PWRON_CFG2=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE2 0x11#PWRON_CFG3=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x7F 0x00 #Functional Page 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x23 0x08 #SW1ABMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x31 0x08&amp;nbsp;#SW1CMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x38 0x08&amp;nbsp;#SW2MODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x3F 0x08&amp;nbsp;#SW3AMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x46 0x08&amp;nbsp;#SW3BMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x4D 0x08&amp;nbsp;#SW4MODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x1B 0x12 #PWRONRSTEN=1, RESTARTEN=0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;But pressing the button connected to PWRON resets the PMIC right away and doesn't turn off the device while hold more than 4 sec.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any idea of what went wrong? Is there a script to execute at bring up to change the PWRON_CFG?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Best,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Vincent&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 21:47:13 GMT</pubDate>
    <dc:creator>vlintilhac</dc:creator>
    <dc:date>2022-03-15T21:47:13Z</dc:date>
    <item>
      <title>MMPF0100 - PWRON_CFG</title>
      <link>https://community.nxp.com/t5/Power-Management/MMPF0100-PWRON-CFG/m-p/1428761#M1836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to switch the configuration of the PMIC from level sensitive to edge sensitive dynamically in UBoot.&lt;/P&gt;&lt;P&gt;I tried to follow this process to change the configuration:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/How-to-enter-the-OFF-state-of-the-MMPF0100-PMIC/m-p/613807" target="_blank"&gt;https://community.nxp.com/t5/Other-NXP-Products/How-to-enter-the-OFF-state-of-the-MMPF0100-PMIC/m-p/613807&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As indicated in the App_Note AN4536, VDDOTP is connected to GND, and PWRON is connected to VSNVS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c dev 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;Setting bus to 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x7F 0x01 #Extended Page 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE4 0x80 #Entering TBB mode&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE0 0x11 #PWRON_CFG1=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE1 0x11&amp;nbsp;#PWRON_CFG2=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0xE2 0x11#PWRON_CFG3=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x7F 0x00 #Functional Page 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x23 0x08 #SW1ABMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x31 0x08&amp;nbsp;#SW1CMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x38 0x08&amp;nbsp;#SW2MODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x3F 0x08&amp;nbsp;#SW3AMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x46 0x08&amp;nbsp;#SW3BMODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x4D 0x08&amp;nbsp;#SW4MODE=0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="terminal,monaco"&gt;=&amp;gt; i2c mw 0x08 0x1B 0x12 #PWRONRSTEN=1, RESTARTEN=0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;But pressing the button connected to PWRON resets the PMIC right away and doesn't turn off the device while hold more than 4 sec.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Any idea of what went wrong? Is there a script to execute at bring up to change the PWRON_CFG?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Best,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Vincent&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 21:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MMPF0100-PWRON-CFG/m-p/1428761#M1836</guid>
      <dc:creator>vlintilhac</dc:creator>
      <dc:date>2022-03-15T21:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: MMPF0100 - PWRON_CFG</title>
      <link>https://community.nxp.com/t5/Power-Management/MMPF0100-PWRON-CFG/m-p/1430860#M1845</link>
      <description>&lt;P&gt;Hello Vincent,&lt;/P&gt;
&lt;P&gt;I hope this response finds you well.&lt;/P&gt;
&lt;P&gt;Your configuration seems correct. As mentioned on the &lt;A href="https://community.nxp.com/t5/Other-NXP-Products/How-to-enter-the-OFF-state-of-the-MMPF0100-PMIC/m-p/613807" target="_blank"&gt;post&lt;/A&gt;, the device must be in TBB mode before writing to the registers.&lt;/P&gt;
&lt;P&gt;Could you please confirm that the device is in such mode? I mean, could you confirm that VDDOTP = 0 V, PWRON = HIGH, LICELL = 3.0 V (Optional) and VIN = VDDIO = 3.3 V?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share your schematic?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 22:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MMPF0100-PWRON-CFG/m-p/1430860#M1845</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2022-03-18T22:47:25Z</dc:date>
    </item>
  </channel>
</rss>

