EDITED:
Hi every body,
As you know NfcrdlibEx3_NFCForum example run with FREERTOS in default mode.I want to try it in NULLOS mode ,then I commented
/* #define NXPBUILD__PH_OSAL_FREERTOS */
and add
#define NXPBUILD__PH_OSAL_NULLOS
to
ph_NxpBuild_App.h
I am using latest released version of nxpNfcLib on the OM25180FDK board(PN5180).
----
My first question is why NULLOS mode is not defined in ph_NxpBuild_App.h ?
And the reason caused this error is this section :
#if !defined(NXPBUILD__PH_OSAL_NULLOS) && defined(NXPBUILD__PH_PLATFORM)
#define NXPBUILD__PHLN_LLCP_SW /**< Link LLCP SW Component is included */
#endif
As you can see in the NULLOS mode NXPBUILD__PHLN_LLCP_SW will not be defined! and therefor we are unable to use LLCP in nullos ,can I ask why ?is there any technical reason which unable us to use P2P connection in NULLOS mode or it is a bug ?
WBR,Mahmoud.
已解决! 转到解答。
Hello Mahmoud HosseiniPour:
Can you let me know the reader IC you are using?
And what NFC Reader Library version you have? Is it the latest from NXP page? (right now it is v4.040.05.011646 R1).
Please let me know so I can check your findings from my side.
Regards!
Jorge Gonzalez
Hello Mahmoud HosseiniPour:
Can you let me know the reader IC you are using?
And what NFC Reader Library version you have? Is it the latest from NXP page? (right now it is v4.040.05.011646 R1).
Please let me know so I can check your findings from my side.
Regards!
Jorge Gonzalez