<?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: SPI communication on the PN7462 module. in NFC</title>
    <link>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2064428#M12884</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Does that mean the program and pin configuration on the PN7462 are correct, right?&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2025 07:17:20 GMT</pubDate>
    <dc:creator>tuannguyen-aiot</dc:creator>
    <dc:date>2025-03-19T07:17:20Z</dc:date>
    <item>
      <title>SPI communication on the PN7462 module.</title>
      <link>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2062888#M12874</link>
      <description>&lt;P&gt;I am experiencing an issue with SPI communication on the PN7462 module.&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;PN7462 is configured as SPI Master.&lt;BR /&gt;ESP32 is configured as SPI Slave.&lt;BR /&gt;The communication is not successful.&lt;BR /&gt;PN7462 SPI Communication Process:&lt;BR /&gt;phhalSPIM_Init(1000);&lt;BR /&gt;phhalSPIM_Configure(SPI_SLAVE_SELECT, SPI_MSB_FIRST, SPI_MODE, SPI_BAUDRATE, SPI_NSS_PULSE, SPI_NSS_POLARITY);&lt;BR /&gt;phhalSPIM_Transmit(SPI_SLAVE_SELECT, 0, 0, 0, sizeof(txData), txData, 0);&lt;BR /&gt;phhalSPIM_Receive(SPI_SLAVE_SELECT, 0, 0, sizeof(rxData), rxData, 0);&lt;BR /&gt;phhalSPIM_DeInit();&lt;BR /&gt;Do you have any suggestions on debugging this issue?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 08:49:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2062888#M12874</guid>
      <dc:creator>tuannguyen-aiot</dc:creator>
      <dc:date>2025-03-17T08:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: SPI communication on the PN7462 module.</title>
      <link>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2064426#M12883</link>
      <description>&lt;P&gt;Please check the connection between the master and slave.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 07:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2064426#M12883</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2025-03-19T07:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: SPI communication on the PN7462 module.</title>
      <link>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2064428#M12884</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Does that mean the program and pin configuration on the PN7462 are correct, right?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 07:17:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2064428#M12884</guid>
      <dc:creator>tuannguyen-aiot</dc:creator>
      <dc:date>2025-03-19T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: SPI communication on the PN7462 module.</title>
      <link>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2067008#M12959</link>
      <description>&lt;P&gt;According to the API,&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;* &lt;/SPAN&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/197964"&gt;@Param&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt;] &lt;/SPAN&gt;&lt;SPAN&gt;bSlaveSelect&lt;/SPAN&gt;&lt;SPAN&gt; Slave select, if false, slave 0 is selected, if true, slave 1 is selected.(value is either&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;ZERO or ONE)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what is the value of your SlaveSelect. You should match it with your hardware connections.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you may check the data pointer is really pointed to your data array in the Transmit function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 07:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/SPI-communication-on-the-PN7462-module/m-p/2067008#M12959</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2025-03-24T07:42:58Z</dc:date>
    </item>
  </channel>
</rss>

