<?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: SPI ioctl hangs in imx6ul</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1935392#M227427</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The as example:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;CODE&gt;&lt;SPAN class="kwd"&gt;struct&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; spi_ioc_transfer tr&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;256&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;];&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;has to be defined as a global variable. &lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 14:15:49 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2024-08-19T14:15:49Z</dc:date>
    <item>
      <title>SPI ioctl hangs in imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1935226#M227423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sometimes spi ioctl in imx6ul hangs indefinitely.&lt;BR /&gt;ioctl(sSpiObj.spiFd, SPI_IOC_MESSAGE(1), &amp;amp;sSpiTransfer);&lt;/P&gt;&lt;P&gt;What could be the reason, is the issue belongs to the driver or SPI config in dts file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 12:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1935226#M227423</guid>
      <dc:creator>obulesu_veggidi</dc:creator>
      <dc:date>2024-08-19T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: SPI ioctl hangs in imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1935392#M227427</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The as example:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;CODE&gt;&lt;SPAN class="kwd"&gt;struct&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; spi_ioc_transfer tr&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;256&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;];&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;has to be defined as a global variable. &lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 14:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1935392#M227427</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-08-19T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: SPI ioctl hangs in imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937021#M227518</link>
      <description>Hello Bio_TICFSL,&lt;BR /&gt;I made it as a global variable, still the problem exist.&lt;BR /&gt;Do I need to change SPI config in dts?</description>
      <pubDate>Wed, 21 Aug 2024 06:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937021#M227518</guid>
      <dc:creator>obulesu_veggidi</dc:creator>
      <dc:date>2024-08-21T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: SPI ioctl hangs in imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937494#M227538</link>
      <description>&lt;P&gt;Hi, You said it happens sometimes, this should be a problem of the hardware you have connected.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 13:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937494#M227538</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-08-21T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: SPI ioctl hangs in imx6ul</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937518#M227544</link>
      <description>Hello Bio_TICFSL,&lt;BR /&gt;We have interfaced CLRC663 chip which is a NXP contactless card reader chip.</description>
      <pubDate>Wed, 21 Aug 2024 14:24:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPI-ioctl-hangs-in-imx6ul/m-p/1937518#M227544</guid>
      <dc:creator>obulesu_veggidi</dc:creator>
      <dc:date>2024-08-21T14:24:10Z</dc:date>
    </item>
  </channel>
</rss>

