<?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: i.MX28 Detect voltage stabilization</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360325#M50632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not worry about the voltage stabilization in the decrease path. Only the increase path is critical. For example: you need a minimum voltage level for a certain peripheral to operate. The 'decrease' path is not critical because usually an increased voltage means that you will only consume more power, but the device still operates correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 13:20:09 GMT</pubDate>
    <dc:creator>fabio_estevam</dc:creator>
    <dc:date>2014-10-01T13:20:09Z</dc:date>
    <item>
      <title>i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360321#M50628</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;i'm currently working on a Mainline Linux driver for the linear regulators of the i.MX28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found out that the driver in the FSL BSP 2.6.35 uses the bit 9 (DC_OK) in HW_POWER_STS register to detect the voltage stabilization of dc control loop. But according to reference manual (page 935) this is only correct for voltage increase not for decrease.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know, how to "make it the right way". First i thought of the HW_POWER_CTRL register with DC_OK_IRQ. But i want to be sure, that the interrupt comes for voltage increase &lt;STRONG&gt;AND&lt;/STRONG&gt; decrease.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally i need a timeout in milliseconds or microseconds, which defines the maximum time for voltage stabilization with enabled voltage steping. I didn't find any information about that in the datasheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360321#M50628</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2014-10-01T08:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360322#M50629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, RM (page 935) describes this is as correct for voltage increase not for decrease,&lt;/P&gt;&lt;P&gt;but only for LDO case. For DC-DC it is correct in both directions, below part of&amp;nbsp; &lt;A href="http://cache.freescale.com/files/dsp/doc/ref_manual/MCIMX28RM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;MCIMX28RM&lt;/A&gt;&amp;nbsp; p.935 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"High when switching DC-DC converter control loop has stabilized after a voltage target change. When linear&lt;/P&gt;&lt;P&gt;regulators are active, this bit goes high when the actual voltage is above the target voltage. Therefore,&lt;/P&gt;&lt;P&gt;DC_OK will go high when changing a linear regulator output to a lower value before the actual voltage&lt;/P&gt;&lt;P&gt;decreases to the new target value."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding timeout for voltage stabilization - this depends on loads (number of capacitors, load current),&lt;/P&gt;&lt;P&gt;that is depends on particular design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 10:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360322#M50629</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-01T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360323#M50630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks. Regarding timeout it would be necessary to define the value outside in the devicetree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So DC_OK_IRQ have the same limitation according to LDO like DC_OK in HW_POWER_STS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360323#M50630</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2014-10-01T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360324#M50631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes limitation the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360324#M50631</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-01T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360325#M50632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not worry about the voltage stabilization in the decrease path. Only the increase path is critical. For example: you need a minimum voltage level for a certain peripheral to operate. The 'decrease' path is not critical because usually an increased voltage means that you will only consume more power, but the device still operates correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 13:20:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360325#M50632</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2014-10-01T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 Detect voltage stabilization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360326#M50633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 13:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-Detect-voltage-stabilization/m-p/360326#M50633</guid>
      <dc:creator>lategoodbye</dc:creator>
      <dc:date>2014-10-01T13:30:20Z</dc:date>
    </item>
  </channel>
</rss>

