<?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: PN7462 Using Virtual Comm port API in Non-Rtos Firmware in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1438082#M13629</link>
    <description>&lt;P&gt;Hi I just modified and made it work without RTOS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2022 14:48:54 GMT</pubDate>
    <dc:creator>EE_Ark</dc:creator>
    <dc:date>2022-04-03T14:48:54Z</dc:date>
    <item>
      <title>PN7462 Using Virtual Comm port API in Non-Rtos Firmware</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1430107#M13482</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use Virtual Comm port functionality in my non-rtos firmware. Is this possible?&lt;/P&gt;&lt;P&gt;There is a sample project named 'PN7462AU_ex_phExVCom' but its RTOS based.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1430107#M13482</guid>
      <dc:creator>EE_Ark</dc:creator>
      <dc:date>2022-03-17T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Using Virtual Comm port API in Non-Rtos Firmware</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1433178#M13548</link>
      <description>&lt;P&gt;Hi EE:&lt;/P&gt;
&lt;P&gt;Please go to example's properties-&amp;gt;settings-&amp;gt;preprocessor&amp;nbsp;&lt;/P&gt;
&lt;P&gt;change PH_OSAL_FREERTOS to PH_OSAL_NULLOS&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1648099703111.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/174665iE3478A91771AA64C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielchen_0-1648099703111.png" alt="danielchen_0-1648099703111.png" /&gt;&lt;/span&gt;&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>Thu, 24 Mar 2022 05:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1433178#M13548</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-24T05:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Using Virtual Comm port API in Non-Rtos Firmware</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1434764#M13575</link>
      <description>&lt;P&gt;After this change i'm getting lots of compilation errors :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_InitTickTimer':&lt;BR /&gt;C:/Users/test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:78: multiple definition of `phOsal_InitTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:74: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_StartTickTimer':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:116: multiple definition of `phOsal_StartTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:112: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_StopTickTimer':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:127: multiple definition of `phOsal_StopTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:123: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_EnterCriticalSection':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:135: multiple definition of `phOsal_EnterCriticalSection'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:131: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_ExitCriticalSection':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:140: multiple definition of `phOsal_ExitCriticalSection'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:136: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_Sleep':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:145: multiple definition of `phOsal_Sleep'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:141: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `phOsal_WakeUp':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:150: multiple definition of `phOsal_WakeUp'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:146: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_CM4.o: in function `SysTick_Handler':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM4.c:155: multiple definition of `SysTick_Handler'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:150: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_InitTickTimer':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:61: multiple definition of `phOsal_InitTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:74: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_StartTickTimer':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:66: multiple definition of `phOsal_StartTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:112: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_StopTickTimer':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:71: multiple definition of `phOsal_StopTickTimer'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:123: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_EnterCriticalSection':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:75: multiple definition of `phOsal_EnterCriticalSection'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:131: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_ExitCriticalSection':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:80: multiple definition of `phOsal_ExitCriticalSection'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:136: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_Sleep':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:85: multiple definition of `phOsal_Sleep'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:141: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.o: in function `phOsal_WakeUp':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_PN74xxxx.c:90: multiple definition of `phOsal_WakeUp'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:146: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: ./PN7462AU/phRtos/src/phRtos_NoRtos.o: in function `SysTick_Handler':&lt;BR /&gt;C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/Platform/PN7462AU/phRtos/src/phRtos_NoRtos.c:298: multiple definition of `SysTick_Handler'; ./phOsal/src/NullOs/portable/phOsal_Port_CM3.o:C:/Users/Test/Desktop/NxpNfcRdLib_PN7462_v06.10.00_Pub/RTOS/phOsal/src/NullOs/portable/phOsal_Port_CM3.c:150: first defined here&lt;BR /&gt;c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: c:/nxp/mcuxpressoide_11.5.0_7232/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.5.0.202107051138/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/nofp\libcr_semihost.a(_cr__main.o): in function `__main':&lt;BR /&gt;_cr__main.c:(.text.__main+0x6): undefined reference to `main'&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 10:30:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1434764#M13575</guid>
      <dc:creator>EE_Ark</dc:creator>
      <dc:date>2022-03-28T10:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Using Virtual Comm port API in Non-Rtos Firmware</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1437385#M13613</link>
      <description>&lt;P&gt;Hi EE_Ark:&lt;/P&gt;
&lt;P&gt;This demo is wrapped with PHFL_HALAPI_WITH_RTOS.&amp;nbsp; Sorry not support NON-RTOS.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 04:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1437385#M13613</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-04-01T04:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: PN7462 Using Virtual Comm port API in Non-Rtos Firmware</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1438082#M13629</link>
      <description>&lt;P&gt;Hi I just modified and made it work without RTOS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 14:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PN7462-Using-Virtual-Comm-port-API-in-Non-Rtos-Firmware/m-p/1438082#M13629</guid>
      <dc:creator>EE_Ark</dc:creator>
      <dc:date>2022-04-03T14:48:54Z</dc:date>
    </item>
  </channel>
</rss>

