Regarding MiFare. According to PN5180 sw352236, in phNfcLib_MFC.c

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

Regarding MiFare. According to PN5180 sw352236, in phNfcLib_MFC.c

220 次查看
jekim0109
Contributor II

Hello, I'm je.kim.

Here are the questions I found while using Lib of PN5180.

This is a Lib question regarding MiFare. According to sw352236, in phNfcLib_MFC.c,

in the partial source of Increment, Decrement, and Restore, in the case of PH_ERR_TO_TIMEOUT as a result of Transmit, it is supposed to be returned to PH_ERR_SUCCESS.

~~

    wStatus = phNfcLib_Mifare_Transmit(
    ((phNfcLib_Transmit_t *)pTxBuffer)->phNfcLib_MifareClassic.pBuffer,
4);
    if((wStatus & PH_ERR_MASK) == PH_ERR_IO_TIMEOUT)
    {
        return PH_ERR_SUCCESS;
    }

~~

I was wondering because there was no separate comment on the source. I would like to know if there is any special reason.

I look forward to your kind response to the above question.

Thank you.

 

0 项奖励
回复
1 回复

152 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi @jekim0109 :

 

MIFARE DESFire product is secured with NDA. I would suggest you create a ticket for this.

 

Regards

Daniel

0 项奖励
回复