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.