<?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>i.MX ProcessorsのトピックRe: PCA9450 and multiple time programmable registers</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326214#M178747</link>
    <description>&lt;P&gt;OK, I will do like that. But I though I didn't have the right to do that: in the consumer datasheet of IMX8MMini, table 17, if I intercept the PMIC_ON_REQ signal, the IMX8MMini will have its power later on (the time for my MCU to reprogram PMIC), and I would violate the time T4 of table 17, no?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 11:13:34 GMT</pubDate>
    <dc:creator>ODAV</dc:creator>
    <dc:date>2021-08-19T11:13:34Z</dc:date>
    <item>
      <title>PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1321981#M178266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I design a new custom board with IMX8M-mini. I want to use PCA9450, but I would like to change some registers for powerup sequencing. You have similar posts, but without a correct answer.&lt;/P&gt;&lt;P&gt;In the datasheet, registers are MTP (multiple time programmable), so how can we reprogram it, to be not volatile ?&lt;/P&gt;&lt;P&gt;I have done that with a previous board with PF8121, a MCU reprograms all the PMIC registers before powering up the PMIC and processor, but with PCA9450, I don't see how to do a similar way.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 15:10:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1321981#M178266</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-08-11T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326197#M178740</link>
      <description>&lt;P&gt;The PCA9450 PMIC is supplied in one of three pre-programmed nonvolatile &lt;BR /&gt;configurations: PCA9450A, PCA9450B and PCA9450C, meant to be used with the &lt;BR /&gt;i.MX8MMini, i.MX8MNano and i.MX8MPlus processors, correspondingly. The customer &lt;BR /&gt;has no way to change these nonvolatile configurations.&lt;/P&gt;
&lt;P&gt;On the other hand, once the main system power is applied to the PMIC, all PMIC &lt;BR /&gt;registers can be re-programmed through the I2C interface. If you need to change &lt;BR /&gt;default PMIC register values before powering up the MPU, you have to use an &lt;BR /&gt;external MCU that takes power form the main system power supply, holds the &lt;BR /&gt;PMIC_ON_REQ signal Low once the main system power is applied, then reprograms &lt;BR /&gt;the PMIC registers, and then releases the PMIC_ON_REQ signal.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Artur&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 10:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326197#M178740</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-08-19T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326214#M178747</link>
      <description>&lt;P&gt;OK, I will do like that. But I though I didn't have the right to do that: in the consumer datasheet of IMX8MMini, table 17, if I intercept the PMIC_ON_REQ signal, the IMX8MMini will have its power later on (the time for my MCU to reprogram PMIC), and I would violate the time T4 of table 17, no?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 11:13:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326214#M178747</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-08-19T11:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326222#M178748</link>
      <description>&lt;P&gt;Until the PMIC_ON_REQ signal is held Low, all of the PMIC power supplies, except of&amp;nbsp;VDD_SNVS_0P8 and&amp;nbsp;NVCC_SNVS_1P8, are kept Off, and external MCU has enough time to reprogram the PMIC registers. Then, once MCU releases&amp;nbsp;PMIC_ON_REQ, the power-up sequence starts from here according to the new PMIC register values.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;PMIC_ON_REQ output of i.MX8MMini is open-drain, so, you can just wire-OR it with the output of MCU that should hold it Low initially.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 11:29:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326222#M178748</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-08-19T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326942#M178828</link>
      <description>&lt;P&gt;OK, perfect.&lt;/P&gt;&lt;P&gt;As my MCU I2c is 3.3V compliant only, can I use i2c interface in 3.3V instead of 1.8V ? It seems to be ok for electrical characteristics, it seems to not have internal pull-up.(I can't use the I2C level translator, because the powerup sequence is blocked by my MCU).&lt;/P&gt;&lt;P&gt;If it's ok for you as I expect, can my pull-up voltage of this I2C interface appear before Vsys ? (My MCU 3.3V appears before PMIC Vsys).&lt;/P&gt;&lt;P&gt;Another question (nothing to do with previous) : Can I feed a 32.768KHz clock signal instead of a quartz ? What would be the good level of my clock signal ?&lt;/P&gt;&lt;P&gt;Last question: do you have a reference schematics with a IMX8MMini ? I found the EVB for PMIC, but just alone.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 12:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1326942#M178828</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-08-20T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1327490#M178884</link>
      <description>&lt;P&gt;1. Yes, it is possible to use the PCA9450 PMIC I2C interface at 3.3V. Please &lt;BR /&gt;note that, in that case, the MPU I2C interface should also operate at 3.3V.&lt;/P&gt;
&lt;P&gt;2. It's not a good idea to apply any voltage to unpowered interface. In your &lt;BR /&gt;case (MCU gets the power first, then PMIC VSYS is appled, then the MPU is &lt;BR /&gt;powered on) some MCU-controlled isolation circuit (e.g. bidirectional gates with &lt;BR /&gt;Enable signal) should be implemented on the I2C interface on both MCU and MPU &lt;BR /&gt;side.&lt;/P&gt;
&lt;P&gt;3. Yes, an external oscillator can be used to provide the 32.768KHz clock, as it &lt;BR /&gt;is done on the i.MX8MMini EVK/EVKB board. Please refer to the i.MX8MMini EVKB &lt;BR /&gt;board schematic. The signal oscillation swing should be within 0V to &lt;BR /&gt;NVCC_SNVS_1V8 voltage range.&lt;/P&gt;
&lt;P&gt;4. The only reference schematic of i.MX8MMini-based hardware that uses the &lt;BR /&gt;PCA9450 PMIC, available from NXP, is the schematic of the i.MX8MMini EVKB board.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Artur&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 06:48:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1327490#M178884</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-08-23T06:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1327779#M178911</link>
      <description>&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;For the point 4, I can't find a board with PCA9450 and Imx8MMini, just found with a nano. Can you give me the link ?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1327779#M178911</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-08-23T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1329345#M179066</link>
      <description>&lt;P&gt;Please refer to the following i.MX8MMini LPDDR4 EVKB board design files:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=8MMINILPD4-CPU2-DESIGNFILES" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=8MMINILPD4-CPU2-DESIGNFILES&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 09:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1329345#M179066</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-08-25T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338258#M179894</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;2. It's not a good idea to apply any voltage to unpowered interface. In your&lt;BR /&gt;case (MCU gets the power first, then PMIC VSYS is appled, then the MPU is&lt;BR /&gt;powered on) some MCU-controlled isolation circuit (e.g. bidirectional gates with&lt;BR /&gt;Enable signal) should be implemented on the I2C interface on both MCU and MPU&lt;BR /&gt;side.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We can use for exemple the chip NTS0102 to isolate the I2C bus. But could we use the VINT or the NVCC_SNVS to supply the 1.8V and drive the OE?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338258#M179894</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-09-10T08:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338293#M179896</link>
      <description>&lt;P&gt;What OE do you mean?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:06:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338293#M179896</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-09-10T09:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338301#M179898</link>
      <description>&lt;P&gt;The output enable input (active HIGH; referenced to VCC(A)) of the chip NTS0102&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 09:11:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338301#M179898</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-09-10T09:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338354#M179910</link>
      <description>&lt;P&gt;Better is to control these OE signals of bus isolation circuits by MCU, since in the period of time after applying VSYS and before powering the MPU up (MCU holds the PMIC_ON_REQ signal Low and configures the registers of PMIC that time) the MPU remains unpowered and, if not isolated from I2C bus (e.g. if driving OE&amp;nbsp;signals of bus isolation circuits by VSYS), can pull the I2C bus Low, thus, making it non-functional.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 10:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338354#M179910</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-09-10T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338422#M179917</link>
      <description>&lt;P&gt;The MPU is not connected to this I2C bus. The master is the MCU and the slave is the PMIC. Could we use the VINT or the NVCC_SNVS to supply the 1.8V?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 12:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338422#M179917</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2021-09-10T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338870#M179964</link>
      <description>&lt;P&gt;In case of not connecting MPU to the I2C bus it is possible to use&amp;nbsp;&lt;SPAN&gt;VINT to supply 1.8V (regarding NVCC_SNVS, better is not to overload this supply). Please note that there will be no PMIC control from the MPU side in that case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1338870#M179964</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2021-09-13T06:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1402709#M186077</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm debugging my board now. All works pretty well, except the registers reprogrammation.&lt;BR /&gt;MCU unreset PMIC, then applies VSYS, and keep PMIC_ON_REQ low.&lt;BR /&gt;MCU reads all the PMIC registers by I2C, all is normal, so I2C bus is OK and registers too. (except that auto-increment register address seems not working...)&lt;BR /&gt;I change a register (reg[0x0A] = 0x01), and after I re-read it, but the register doesn't change (read = 0x00).&lt;BR /&gt;MCU releases PMIC_ON_REQ.&lt;BR /&gt;After powerup, MCU changes again the same register with the same value, and now, it works.&lt;BR /&gt;I tried the same thing with an other register, same problem.&lt;BR /&gt;It tried to do it during PWRUP SEQ power state, it doesn't work neither.&lt;/P&gt;&lt;P&gt;So it seems as if registers are not writtable in fact during SNVS power state, but only during RUN power state.&lt;/P&gt;&lt;P&gt;I hope I won't be forced to Powerup, program registers, Powerdown and powerup again to make it work...&lt;/P&gt;&lt;P&gt;Any idea which could explain this trouble ?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 14:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1402709#M186077</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2022-01-20T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434377#M188638</link>
      <description>&lt;P&gt;Hi ODAV,&lt;/P&gt;&lt;P&gt;Did you have any resolution? I have the exact same problem.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 06:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434377#M188638</guid>
      <dc:creator>durmus</dc:creator>
      <dc:date>2022-03-26T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434589#M188662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12421"&gt;@art&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;On the other hand, once the main system power is applied to the PMIC, all PMIC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;registers can be re-programmed through the I2C interface. If you need to change&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;default PMIC register values before powering up the MPU, you have to use an&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;external MCU that takes power form the main system power supply, holds the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PMIC_ON_REQ signal Low once the main system power is applied, then reprograms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the PMIC registers, and then releases the PMIC_ON_REQ signal.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;We are trying this exact scenario on our custom board. There is a problem though. When the&amp;nbsp;PMIC_ON_REQ signal is held LOW, we are not able to reprogram the PMIC registers. They stay at their default values. We can only reprogram the registers in RUN state, that is when&amp;nbsp;PMIC_ON_REQ is high and after the power-up sequence is completed. And it is not very useful for us.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you confirm if this is the expected behavior? If not, what are we missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 06:45:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434589#M188662</guid>
      <dc:creator>durmus</dc:creator>
      <dc:date>2022-03-28T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434758#M188674</link>
      <description>&lt;P&gt;No, there is no solution, I was forced to reprogram PMIC after its RUN mode (but before CPU has finished to boot), so some registers reprogrammation can't be done (powerup sequence can't change).&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 10:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1434758#M188674</guid>
      <dc:creator>ODAV</dc:creator>
      <dc:date>2022-03-28T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: PCA9450 and multiple time programmable registers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1581822#M200014</link>
      <description>Hello, may i ask if this procedure has to be done every time(volatile) or if once it is programmed i will wake up every time with the configuration needed?&lt;BR /&gt;So...is the configuration stored to an eeprom?</description>
      <pubDate>Thu, 12 Jan 2023 15:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCA9450-and-multiple-time-programmable-registers/m-p/1581822#M200014</guid>
      <dc:creator>max90ippower</dc:creator>
      <dc:date>2023-01-12T15:22:34Z</dc:date>
    </item>
  </channel>
</rss>

