<?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: lpspi reading the Rx Data always gives 0 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1762352#M216231</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206759"&gt;@Miguel04&lt;/a&gt;&amp;nbsp;We are able to get it working. Pls consider this as closed.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 04:44:59 GMT</pubDate>
    <dc:creator>sbabu</dc:creator>
    <dc:date>2023-11-23T04:44:59Z</dc:date>
    <item>
      <title>lpspi reading the Rx Data always gives 0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756064#M215605</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using IMXRT1024's lpspi&lt;/P&gt;&lt;P&gt;If I read the FIFO count its shows 16 but when I read the Tx data register. Its always giving me 0. I have no issues in Tx from master to slave. But from slave to master I am always getting 0 data. Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Subash&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 07:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756064#M215605</guid>
      <dc:creator>sbabu</dc:creator>
      <dc:date>2023-11-13T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi reading the Rx Data always gives 0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756469#M215645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214337"&gt;@sbabu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me if you are using an example from MCUXpresso or is it a custom project?&lt;/P&gt;
&lt;P&gt;Best Regards, Miguel.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 19:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756469#M215645</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-11-13T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi reading the Rx Data always gives 0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756595#M215659</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206759"&gt;@Miguel04&lt;/a&gt;&amp;nbsp;We are using MCUXpresso example of slave on one board. Other board is running Linux as master and we have taken the code snippets of MCU xpresso master code and using it there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 02:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1756595#M215659</guid>
      <dc:creator>sbabu</dc:creator>
      <dc:date>2023-11-14T02:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi reading the Rx Data always gives 0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1757088#M215711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/214337"&gt;@sbabu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for you answer.&lt;/P&gt;
&lt;P&gt;I would like to know more details of how are you verifying this behaviour, I want to replicate the same steps you made, can you share with me this information and some images of your results?&lt;/P&gt;
&lt;P&gt;If you can provide the name of the examples you are using it would be very helpfull too.&lt;/P&gt;
&lt;P&gt;Best Regards, Miguel.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 18:16:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1757088#M215711</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-11-14T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi reading the Rx Data always gives 0</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1762352#M216231</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206759"&gt;@Miguel04&lt;/a&gt;&amp;nbsp;We are able to get it working. Pls consider this as closed.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 04:44:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/lpspi-reading-the-Rx-Data-always-gives-0/m-p/1762352#M216231</guid>
      <dc:creator>sbabu</dc:creator>
      <dc:date>2023-11-23T04:44:59Z</dc:date>
    </item>
  </channel>
</rss>

