<?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: 3-Wire SPI support on iMX6 (Linux) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336897#M45977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, the support is missing in the Linux driver implementation. It's not a h/w limitation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Bit-banging was my backup plan, so i'm not concerned about this too much).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 07:27:17 GMT</pubDate>
    <dc:creator>erezsteinberg</dc:creator>
    <dc:date>2014-10-21T07:27:17Z</dc:date>
    <item>
      <title>3-Wire SPI support on iMX6 (Linux)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336895#M45975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am connecting a peripheral to an iMX6S over a 3-Wire SPI interface (shared MOSI/MISO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do anyone know if SPI_3WIRE option is supported in iMX6 Linux SPI Driver?&lt;/P&gt;&lt;P&gt;If so, should we tie MOSI and MISO together via 10K resistors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 11:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336895#M45975</guid>
      <dc:creator>erezsteinberg</dc:creator>
      <dc:date>2014-10-20T11:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: 3-Wire SPI support on iMX6 (Linux)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336896#M45976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no it is not supported.&lt;/P&gt;&lt;P&gt;Actually it is not difficult to realize it as spi bit bang.&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>Mon, 20 Oct 2014 23:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336896#M45976</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-10-20T23:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3-Wire SPI support on iMX6 (Linux)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336897#M45977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, the support is missing in the Linux driver implementation. It's not a h/w limitation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Bit-banging was my backup plan, so i'm not concerned about this too much).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 07:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336897#M45977</guid>
      <dc:creator>erezsteinberg</dc:creator>
      <dc:date>2014-10-21T07:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: 3-Wire SPI support on iMX6 (Linux)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336898#M45978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is bitbanging required only if MOSI and MISO not connected via resistor ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SPI connection is shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31148i4154C072DDF637BE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here SDO is connected to SDI via resistor on Slave side. Will that work out?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 07:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/3-Wire-SPI-support-on-iMX6-Linux/m-p/336898#M45978</guid>
      <dc:creator>jamesdeepu</dc:creator>
      <dc:date>2015-05-09T07:55:48Z</dc:date>
    </item>
  </channel>
</rss>

