<?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: i2c on USB_H in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860015#M131276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeroen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NVCC_USB_H is always an input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2019 14:20:07 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-01-25T14:20:07Z</dc:date>
    <item>
      <title>i2c on USB_H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860012#M131273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we're having a prototype based on an MCIMX6X1EVK10AB. We're experiencing some problems with i2c4 that we connected on USB_H_DATA &amp;amp; USB_H_STROBE. There are multiple issue here where I would like to have some information about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We measure an voltage of 1.95V coming out of NVCC_USB_H (pin V5). In my understanding this is an input and the voltage is used for the pads USB_H_DATA &amp;amp; USB_H_STROBE (pins Y5&amp;amp;W5) even if configured for i2c use. As implied by this post: &lt;A href="https://community.nxp.com/thread/391186"&gt;i.MX6SX GPIO voltage select (USB_H_STROBE)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I look at 35.5.375 and 35.5.376 from IMX6SXRM it describes operations at 3.3V which is higher then the maximum voltage of the mentioned post (table&lt;STRONG&gt;10 &lt;/STRONG&gt;of IMX6SXCEC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to use i2c4 on USB_H with a level of 3.3V is this possible? We can except voltage levels of 1.8V but prefer 2.5V if 3.3V is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the proper way to connect and configure our board?&lt;/P&gt;&lt;P&gt;Should we apply a voltage on NVCC_USB_H can we configure this element?&lt;/P&gt;&lt;P&gt;What should be the proper configuration of the pads in a dts file for Linux?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jeroen van der Laan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 13:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860012#M131273</guid>
      <dc:creator>jeroenvanderlaa</dc:creator>
      <dc:date>2019-01-24T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: i2c on USB_H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860013#M131274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeroen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NVCC_USB_H max. allowable voltage is 2.75V according to&lt;/P&gt;&lt;P&gt;Table 10. Operating Ranges i.MX6SX Datasheet, it can not be set to higher values.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/data-sheet/IMX6SXCEC.pdf" target="test_blank"&gt;https://www.nxp.com/docs/en/data-sheet/IMX6SXCEC.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From software side there are no dts changes compared with 3.3V option.&lt;/P&gt;&lt;P&gt;In general one can use solutions provided on web,&amp;nbsp; like AN10441 Level&lt;/P&gt;&lt;P&gt;shifting techniques in I2C-bus design&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN10441.pdf" title="https://www.nxp.com/docs/en/application-note/AN10441.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN10441.pdf&lt;/A&gt;&amp;nbsp;&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>Fri, 25 Jan 2019 00:12:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860013#M131274</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-01-25T00:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: i2c on USB_H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860014#M131275</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 for confirming those questions. But as is the problem with a multi question post a few questions remain unanswered. Glad that you answered these questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to configure NVCC_USB_H that it actually suplies a voltage (like 1.95V) or is always an input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jeroen van der Laan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:11:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860014#M131275</guid>
      <dc:creator>jeroenvanderlaa</dc:creator>
      <dc:date>2019-01-25T14:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: i2c on USB_H</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860015#M131276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeroen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NVCC_USB_H is always an input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 14:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i2c-on-USB-H/m-p/860015#M131276</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-01-25T14:20:07Z</dc:date>
    </item>
  </channel>
</rss>

