<?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>S32KのトピックRe: S32k344 SPI Master Slave</title>
    <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/2041463#M45778</link>
    <description>&lt;P&gt;Hello Robin ,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have downloaded and testing this example . and facing some error .as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK PlatformSDK_S32K3_2021_08_CD01_S32K344_M7_1.0.0_PATH is not found in workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me with it .&lt;/P&gt;&lt;P&gt;If possible Provide me Example based on latest SDK .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbhishekK_0-1739255639695.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323326i52DB3985D14B6FA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbhishekK_0-1739255639695.png" alt="AbhishekK_0-1739255639695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2025 06:36:32 GMT</pubDate>
    <dc:creator>AbhishekK</dc:creator>
    <dc:date>2025-02-11T06:36:32Z</dc:date>
    <item>
      <title>S32k344 SPI Master Slave</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1343970#M12185</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am trying to get the example "Lpspi_Ip_transfer_s32K344" to work.&lt;BR /&gt;I connected the two SPI channels together (LPSPI_0 = master, LPSPI_2 = slave) to do something like a loopback test.&lt;/P&gt;&lt;P&gt;First I tried the code from the example with DMA. But the master didn't get the right bytes:&lt;BR /&gt;TxSlaveBuffer ={0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19};&lt;BR /&gt;RxMasterBuffer = {0x07, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00};&lt;/P&gt;&lt;P&gt;On the second try (without DMA or with synchronous transfer) the first 4 bytes were transferred correctly. The first 4 bytes I think due to the maximum available master RxBuffer in the controller.&lt;/P&gt;&lt;P&gt;I also tried to solve it simply with interrupts, but it seems that the SPI driver works in polling mode by default, at least I could not set it in the configuration.&lt;/P&gt;&lt;P&gt;Anyone could give me a hint?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 11:30:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1343970#M12185</guid>
      <dc:creator>JoDo</dc:creator>
      <dc:date>2021-09-22T11:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344 SPI Master Slave</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1352505#M12384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Johannes,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry to keep you waiting. I have received the feedback from AE team:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I have modified the example and can be able to run it normally. Please find it in attached file.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Thank you for your response. As far as I know, this issue has been fixed and the example will be ok in the next release.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please notice the pins connection of your board.&amp;nbsp;&lt;SPAN&gt;The test on my S32K3X4EVB REV A development board can pass.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Robin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 08:26:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1352505#M12384</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-10-08T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344 SPI Master Slave</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1353307#M12397</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;thank you very much for your efforts!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I also tested the example on my board and it works as expected.&lt;BR /&gt;Can you tell what was the problem?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 07:19:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/1353307#M12397</guid>
      <dc:creator>JoDo</dc:creator>
      <dc:date>2021-10-11T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344 SPI Master Slave</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/2041463#M45778</link>
      <description>&lt;P&gt;Hello Robin ,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have downloaded and testing this example . and facing some error .as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK PlatformSDK_S32K3_2021_08_CD01_S32K344_M7_1.0.0_PATH is not found in workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me with it .&lt;/P&gt;&lt;P&gt;If possible Provide me Example based on latest SDK .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbhishekK_0-1739255639695.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/323326i52DB3985D14B6FA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbhishekK_0-1739255639695.png" alt="AbhishekK_0-1739255639695.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 06:36:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/2041463#M45778</guid>
      <dc:creator>AbhishekK</dc:creator>
      <dc:date>2025-02-11T06:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32k344 SPI Master Slave</title>
      <link>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/2041477#M45780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Abhishek,&lt;/P&gt;
&lt;P&gt;Let's discuss it in&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Regards-Example-Code-Async-SPI-ON-WB-s32k344/m-p/2041415" target="_self"&gt;Regards Example Code Async SPI ON WB s32k344&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 06:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k344-SPI-Master-Slave/m-p/2041477#M45780</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-02-11T06:48:55Z</dc:date>
    </item>
  </channel>
</rss>

