NfcrdlibEx3_NFCForum example in the NULLOS mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NfcrdlibEx3_NFCForum example in the NULLOS mode

Jump to solution
1,125 Views
mahmoudhosseini
Contributor III

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.

Labels (2)
Tags (3)
0 Kudos
1 Solution
859 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
2 Replies
859 Views
mahmoudhosseini
Contributor III

Dear Mr. Gonzalez,

Thanks for answering.

I updated my question.

WBR,Mahmoud.

0 Kudos
860 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

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

0 Kudos