<?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: How to check if SPI is working?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696648#M108183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giorgio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are many thins that should be checked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Enable SPI Driver by going to Device Drivers --&amp;gt; SPI Support and seting '*' to SPI device Driver, save changes and then exit.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/12949i58213A5A7301B8B0/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make &lt;STRONG&gt;zImage a&lt;/STRONG&gt;nd please note that you &lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;must not&lt;/SPAN&gt; make imx_v7_defconfig&lt;/STRONG&gt;&amp;nbsp; after you enabled spidev in menuconfig because .config may be lost.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp; &lt;/STRONG&gt;Check in your .dtsi file that&lt;STRONG&gt; adress-cells &lt;/STRONG&gt;and&lt;STRONG&gt; size-cells &lt;/STRONG&gt;are set on the &lt;STRONG&gt;ecspiX&lt;/STRONG&gt; node&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;amp;ecspi1 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;cs-gpios = &amp;lt;&amp;amp;gpio5 17 0&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_ecspi1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";
&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "disabled";

&amp;nbsp;&amp;nbsp; &amp;nbsp;spidev0: spi@0 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#address-cells = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#size-cells = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "spidev";
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg = &amp;lt;0&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;spi-max-frequency = &amp;lt;2000000&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;};
};
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. &lt;/STRONG&gt;Verify that &lt;STRONG&gt;ecspiX&lt;/STRONG&gt; is enabled in the .dts file (althoug you may enable ir in .dtsi the side effect is that all configurations will enable this feature)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;amp;ecspi1 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";
};‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. &lt;/STRONG&gt;Verify that the pins you are using for SPI are not being repeated or used by other funtion in the device tree. In other words disable all other configs for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_KEY_COL1__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_ROW0__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_COL0__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_ROW1__xxx_xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; Once the i.MX boots you must see &lt;STRONG&gt;spidev0.0&lt;/STRONG&gt; listed under &lt;STRONG&gt;/dev&lt;/STRONG&gt;, if you dont please rebuild &lt;STRONG&gt;zImage &lt;/STRONG&gt;as indicated in step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6. &lt;/STRONG&gt;You can make a simple test with the command &lt;STRONG style="font-size: 11pt;"&gt;echo "hello" &amp;gt; /dev/spidev0.0&lt;/STRONG&gt;&lt;SPAN style="font-size: 11pt;"&gt;&amp;nbsp; and you must see in oscilloscope the signals of the transfer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;&lt;STRONG&gt;7.&lt;/STRONG&gt; If the problem persists you should double check hardware.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 02 Nov 2020 13:59:41 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2020-11-02T13:59:41Z</dc:date>
    <item>
      <title>How to check if SPI is working?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696647#M108182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear NXP Community,&lt;/P&gt;&lt;P&gt;I'm trying to use the MCIMX6Q-SDB board to communicate with an ADC. The communication is via SPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The i.MX6 evaluation board has a DNP NOR FLASH located in U14. I've soldered there the 4 wires of the SPI to create the connection with the ADC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The four signals:&lt;/P&gt;&lt;P&gt;- SPINOR_CLK&lt;/P&gt;&lt;P&gt;- SPINOR_MOSI&lt;/P&gt;&lt;P&gt;- SPINOR_MISO&lt;/P&gt;&lt;P&gt;- SPINOR_CS0&lt;/P&gt;&lt;P&gt;are correctly routed, I've checked the R590, R586, R584, R583 resistors and they are on position A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device tree is the following:&lt;/P&gt;&lt;P&gt;&amp;amp;ecspi1 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cs-gpios = &amp;lt;&amp;amp;gpio4 9 0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_ecspi1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; adc@0 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "ti,ads7953";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg = &amp;lt;0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#io-channel-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;vref-supply = &amp;lt;2500&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;spi-max-frequency = &amp;lt;20000000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pin description of ecspi1 is the following:&lt;/P&gt;&lt;P&gt;pinctrl_ecspi1: ecspi1grp {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,pins = &amp;lt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6QDL_PAD_KEY_COL1__ECSPI1_MISO&amp;nbsp;&amp;nbsp; &amp;nbsp;0x100b1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6QDL_PAD_KEY_ROW0__ECSPI1_MOSI&amp;nbsp;&amp;nbsp; &amp;nbsp;0x100b1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6QDL_PAD_KEY_COL0__ECSPI1_SCLK&amp;nbsp;&amp;nbsp; &amp;nbsp;0x100b1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6QDL_PAD_KEY_ROW1__GPIO4_IO09&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;0x1b0b0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to communicate over SPI nothing happens. I see the clock select moving but no output on the MOSI. What's wrong with my configuration? Am I using the i.MX6 EVB correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696647#M108182</guid>
      <dc:creator>giorgiopresciut</dc:creator>
      <dc:date>2017-10-04T07:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if SPI is working?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696648#M108183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giorgio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are many thins that should be checked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Enable SPI Driver by going to Device Drivers --&amp;gt; SPI Support and seting '*' to SPI device Driver, save changes and then exit.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;IMG alt="pastedImage_1.png" src="https://community.nxp.com/t5/image/serverpage/image-id/12949i58213A5A7301B8B0/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make &lt;STRONG&gt;zImage a&lt;/STRONG&gt;nd please note that you &lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;must not&lt;/SPAN&gt; make imx_v7_defconfig&lt;/STRONG&gt;&amp;nbsp; after you enabled spidev in menuconfig because .config may be lost.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp; &lt;/STRONG&gt;Check in your .dtsi file that&lt;STRONG&gt; adress-cells &lt;/STRONG&gt;and&lt;STRONG&gt; size-cells &lt;/STRONG&gt;are set on the &lt;STRONG&gt;ecspiX&lt;/STRONG&gt; node&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;amp;ecspi1 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,spi-num-chipselects = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;cs-gpios = &amp;lt;&amp;amp;gpio5 17 0&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_ecspi1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";
&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "disabled";

&amp;nbsp;&amp;nbsp; &amp;nbsp;spidev0: spi@0 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#address-cells = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#size-cells = &amp;lt;1&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "spidev";
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg = &amp;lt;0&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;spi-max-frequency = &amp;lt;2000000&amp;gt;;
&amp;nbsp;&amp;nbsp; &amp;nbsp;};
};
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. &lt;/STRONG&gt;Verify that &lt;STRONG&gt;ecspiX&lt;/STRONG&gt; is enabled in the .dts file (althoug you may enable ir in .dtsi the side effect is that all configurations will enable this feature)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;amp;ecspi1 {
&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";
};‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. &lt;/STRONG&gt;Verify that the pins you are using for SPI are not being repeated or used by other funtion in the device tree. In other words disable all other configs for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_KEY_COL1__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_ROW0__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_COL0__xxx_xxx&lt;BR /&gt;MX6QDL_PAD_KEY_ROW1__xxx_xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; Once the i.MX boots you must see &lt;STRONG&gt;spidev0.0&lt;/STRONG&gt; listed under &lt;STRONG&gt;/dev&lt;/STRONG&gt;, if you dont please rebuild &lt;STRONG&gt;zImage &lt;/STRONG&gt;as indicated in step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6. &lt;/STRONG&gt;You can make a simple test with the command &lt;STRONG style="font-size: 11pt;"&gt;echo "hello" &amp;gt; /dev/spidev0.0&lt;/STRONG&gt;&lt;SPAN style="font-size: 11pt;"&gt;&amp;nbsp; and you must see in oscilloscope the signals of the transfer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt;"&gt;&lt;STRONG&gt;7.&lt;/STRONG&gt; If the problem persists you should double check hardware.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 02 Nov 2020 13:59:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696648#M108183</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2020-11-02T13:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if SPI is working?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696649#M108184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;many thanks for your help. SPI configured as dev is working. I see the "hello" word in the oscilloscope's monitor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Giorgio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696649#M108184</guid>
      <dc:creator>giorgiopresciut</dc:creator>
      <dc:date>2017-10-05T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if SPI is working?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696650#M108185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos_Musich, thanks for the help.&lt;/P&gt;&lt;P&gt;We are able to see spidev in dev folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 08:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696650#M108185</guid>
      <dc:creator>dtvs</dc:creator>
      <dc:date>2017-12-12T08:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if SPI is working?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696651#M108186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;I looked in to the menu config, and as suggested by you the "User mode&amp;nbsp; SPI device driver support" was not enabled.&lt;/P&gt;&lt;P&gt;After enabling I was able to see the SPI devices on the target!!!&lt;/P&gt;&lt;P&gt;Thank you!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 13:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-check-if-SPI-is-working/m-p/696651#M108186</guid>
      <dc:creator>dtvs</dc:creator>
      <dc:date>2017-12-12T13:38:30Z</dc:date>
    </item>
  </channel>
</rss>

