<?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: PN7160 interfacing with STM32F7 MCU in Card Emulation mode in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1866415#M17445</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It worked for iPhone for me with STM32 based host MCU, the mistake which I made is I connected Vbat to 3.3V but it needs to be connected with 5V. I done the same.&lt;BR /&gt;Now the ported demo application worked for me.&lt;BR /&gt;&lt;BR /&gt;Note: Refer AN13288 for HW connection information.&lt;/P&gt;&lt;P&gt;Thanks for Support!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 15:24:16 GMT</pubDate>
    <dc:creator>Krishan_T_S</dc:creator>
    <dc:date>2024-05-15T15:24:16Z</dc:date>
    <item>
      <title>PN7160 interfacing with STM32F7 MCU in Card Emulation mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1860425#M17308</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am trying to interface PN7160 NFC evaluation kit with STM32F732 MCU in card emulation mode using I2C interface. I explored the web for resources (particularly for this HW interface) for any general purpose library but I unable to find it.&lt;BR /&gt;Kindly provide any Command sequence document, demo code/ library or other documents if available.&lt;BR /&gt;Please do the needful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 09:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1860425#M17308</guid>
      <dc:creator>Krishan_T_S</dc:creator>
      <dc:date>2024-05-07T09:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 interfacing with STM32F7 MCU in Card Emulation mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1860627#M17313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233182"&gt;@Krishan_T_S&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you refer to AN13288.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;section 5.2&lt;/P&gt;
&lt;P&gt;The present code example can be easily ported to any other target providing I²C or SPI&lt;BR /&gt;master and GPIO capabilities.&lt;BR /&gt;The only module requiring adaptation is the TML component (relates to how the target&lt;BR /&gt;provides this support), others modules being platform agnostic.&lt;/P&gt;
&lt;P&gt;reference code is SW6705,&amp;nbsp; you can get it from PN7160 product page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 14:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1860627#M17313</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2024-05-07T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 interfacing with STM32F7 MCU in Card Emulation mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1861634#M17333</link>
      <description>&lt;P&gt;Thank you for suggestion, I am able to port library code with my STM32 architecture successfully.&lt;BR /&gt;I am detecting the emulated tag (ISO14443-4 Type A) and able to read the emulated tag from Android device, but I am unable detect the emulated tag to perform Read/Write operation using iPhone. Please provide the configuration and changes needs to be done for example project so that I can use PN7160 with iPhone in Card emulation mode.&lt;BR /&gt;&lt;BR /&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 17:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1861634#M17333</guid>
      <dc:creator>Krishan_T_S</dc:creator>
      <dc:date>2024-05-08T17:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 interfacing with STM32F7 MCU in Card Emulation mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1866415#M17445</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It worked for iPhone for me with STM32 based host MCU, the mistake which I made is I connected Vbat to 3.3V but it needs to be connected with 5V. I done the same.&lt;BR /&gt;Now the ported demo application worked for me.&lt;BR /&gt;&lt;BR /&gt;Note: Refer AN13288 for HW connection information.&lt;/P&gt;&lt;P&gt;Thanks for Support!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 15:24:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1866415#M17445</guid>
      <dc:creator>Krishan_T_S</dc:creator>
      <dc:date>2024-05-15T15:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 interfacing with STM32F7 MCU in Card Emulation mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1866419#M17446</link>
      <description>*Note: Refer AN13288 for HW connection information with dev kit.</description>
      <pubDate>Wed, 15 May 2024 15:30:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/PN7160-interfacing-with-STM32F7-MCU-in-Card-Emulation-mode/m-p/1866419#M17446</guid>
      <dc:creator>Krishan_T_S</dc:creator>
      <dc:date>2024-05-15T15:30:59Z</dc:date>
    </item>
  </channel>
</rss>

