<?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: NXP NFC Reader Library in NFC</title>
    <link>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2314012#M14036</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My apologies, I was not able to reproduce this behavior on my end. Please use the latest version available of the &lt;A href="https://www.nxp.com/applications/technologies/security/industrial-security/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY" target="_blank"&gt;NFC Reader Library&lt;/A&gt; for PN7462 and also import the Library by following a method similar to the one described in Section 5.3 of &lt;A href="https://www.nxp.com/docs/en/application-note/AN12550.pdf" target="_blank"&gt;this document&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 21:59:10 GMT</pubDate>
    <dc:creator>EduardoZamora</dc:creator>
    <dc:date>2026-02-06T21:59:10Z</dc:date>
    <item>
      <title>NXP NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2312960#M14032</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i started using NXP NFC Reader Library for PN7462 and i recognized a weird thing. I don't want to use a RTOS, so i defined the macro PH_OSAL_NULLOS. Because of this definition, i now have two SysTick_Handler(), one in NfcLib/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c and one in NfcLib/PN7462AU/phRtos/src/phRtos_NoRtos.c . The linker problem only disapears when i comment out one SysTick_Handler(). Is this intended to be like this or do i have to use any additional macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 12:51:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2312960#M14032</guid>
      <dc:creator>Florian_37</dc:creator>
      <dc:date>2026-02-05T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: NXP NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2313107#M14033</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255337"&gt;@Florian_37&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please make sure you have removed PH_OSAL_FREERTOS from Project Properties &amp;gt; C/C++ General &amp;gt; Paths and Symbols; you can also define PH_OSAL_NULLOS in this same window.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 17:50:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2313107#M14033</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2026-02-05T17:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: NXP NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2313444#M14034</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;already did that. I only defined PH_OSAL_NULLOS and PHFL_APP_NXPBUILD_CONFIG additionaly to the default definitons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my opinion this is a library issue. When&amp;nbsp; PH_OSAL_NULLOS is defined, PHFL_HALAPI_NO_RTOS is implicitly defined in ph_NxpBuild.h. Both macros independently control the presence of SysTick_Handler in the files phOsal_Port_PN74xxx.c and phRtos_NoRtos.c This leads to multiple implementations and linker errror.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean for me it was no problem to comment out one implementation, but i am not&amp;nbsp; a big fan of touching library code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 07:21:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2313444#M14034</guid>
      <dc:creator>Florian_37</dc:creator>
      <dc:date>2026-02-06T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: NXP NFC Reader Library</title>
      <link>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2314012#M14036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My apologies, I was not able to reproduce this behavior on my end. Please use the latest version available of the &lt;A href="https://www.nxp.com/applications/technologies/security/industrial-security/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY" target="_blank"&gt;NFC Reader Library&lt;/A&gt; for PN7462 and also import the Library by following a method similar to the one described in Section 5.3 of &lt;A href="https://www.nxp.com/docs/en/application-note/AN12550.pdf" target="_blank"&gt;this document&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 21:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NXP-NFC-Reader-Library/m-p/2314012#M14036</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2026-02-06T21:59:10Z</dc:date>
    </item>
  </channel>
</rss>

