CLRC663 library use question

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

CLRC663 library use question

跳至解决方案
856 次查看
lisong6080
Contributor II

Hello,

           Currently,I use NFC Reader Library for CLEV663B on linux  platform. I   use

"phpalI14443p3a_Sw_Init " fuction   and  "phpalI14443p3a_Sw_ActivateCard"  fuction,but it has a probelm.When both of them have been called in same funtion,the card can be active.When the two fuction are been  separated into unsame  funtion,the NFC Reader Library will point out  segmentation fault. The "phpalI14443p3a_Sw_DataParams_t" Structure is a global variable.

       Can you tell me how I can solve this probelm? I use "SW3693"  NFC Reader Library.

       Thank you very much!        

0 项奖励
1 解答
634 次查看
lisong6080
Contributor II

Hi Kan Li,

              Thanks for you replay, I find some buffer(Tx buffer,Rx buffer) must be defined global variable.

在原帖中查看解决方案

0 项奖励
2 回复数
634 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi LiSong,

Would you please specify NFC Reader Library version number? and how did you implement "phpalI14443p3a_Sw_Init " fuction   and  "phpalI14443p3a_Sw_ActivateCard"  fuction in two different APIs? can you make sure "phpalI14443p3a_Sw_ActivateCard" is always called after "phpalI14443p3a_Sw_Init " ?

Thanks for your patience!

Have a great day,
Kan Li
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
635 次查看
lisong6080
Contributor II

Hi Kan Li,

              Thanks for you replay, I find some buffer(Tx buffer,Rx buffer) must be defined global variable.

0 项奖励