<?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>Other NXP Products中的主题 Re: SPI Communication between MCU and MPU in linux</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1972232#M25899</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236751"&gt;@nesnes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to be able to provide you more accurate support, could you please share NXP part number(s) you are using on your board? Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 14:49:07 GMT</pubDate>
    <dc:creator>Veronika_techsupport</dc:creator>
    <dc:date>2024-10-11T14:49:07Z</dc:date>
    <item>
      <title>SPI Communication between MCU and MPU in linux</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1972133#M25895</link>
      <description>&lt;P&gt;We have a custom board with both an MCU and an MPU that communicate via SPI. The MCU controls various IOs on the board, and we want to configure and monitor these IOs through our Linux-based MPU. Are there any recommended protocols or example applications for this kind of communication over SPI? Additionally, what would be the best approach or protocol to use for efficiently configuring and monitoring IOs in such a setup?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 11:07:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1972133#M25895</guid>
      <dc:creator>nesnes</dc:creator>
      <dc:date>2024-10-11T11:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Communication between MCU and MPU in linux</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1972232#M25899</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/236751"&gt;@nesnes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to be able to provide you more accurate support, could you please share NXP part number(s) you are using on your board? Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 14:49:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1972232#M25899</guid>
      <dc:creator>Veronika_techsupport</dc:creator>
      <dc:date>2024-10-11T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Communication between MCU and MPU in linux</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1977099#M25972</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206302"&gt;@Veronika_techsupport&lt;/a&gt;&amp;nbsp;nxp board is imx8mp and the controller is stm32g. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 12:35:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1977099#M25972</guid>
      <dc:creator>nesnes</dc:creator>
      <dc:date>2024-10-18T12:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Communication between MCU and MPU in linux</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1979524#M26024</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;I'd approach this solution with the spidev framework, &lt;A href="https://wiki.st.com/stm32mpu/wiki/How_to_use_SPI_from_Linux_userland_with_spidev" target="_self"&gt;this could get you started&lt;/A&gt;. &lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/Documentation/spi/spi-summary.rst" target="_self"&gt;This is the documentation for this driver&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For DTB implementation you should modify the proper ECSPI interface, &lt;A href="https://community.nxp.com/t5/i-MX-Solutions/How-to-add-spi-node-in-quot-dev-quot/m-p/1231347" target="_self"&gt;this reference is compatible with 8MP&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the MCU, I don't have a framework for ST MCUs but quickly found &lt;A href="https://community.st.com/t5/stm32-mcus-products/stm32f103c8t-as-spi-slave/td-p/93494" target="_self"&gt;this post that can help you&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 20:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-Communication-between-MCU-and-MPU-in-linux/m-p/1979524#M26024</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-10-22T20:43:32Z</dc:date>
    </item>
  </channel>
</rss>

