NfcrdlibEx3_NFCForum example in the NULLOS mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

NfcrdlibEx3_NFCForum example in the NULLOS mode

跳至解决方案
1,163 次查看
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.

标签 (2)
标记 (3)
0 项奖励
1 解答
897 次查看
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 项奖励
2 回复数
897 次查看
mahmoudhosseini
Contributor III

Dear Mr. Gonzalez,

Thanks for answering.

I updated my question.

WBR,Mahmoud.

0 项奖励
898 次查看
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 项奖励