SW3683-v05.07.01和SW3683-v05.19.00 PN7462AU_ex_phExCcid检测ISO15693卡总是失败的bug?

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

SW3683-v05.07.01和SW3683-v05.19.00 PN7462AU_ex_phExCcid检测ISO15693卡总是失败的bug?

449 Views
onlineit
Contributor II

SW3683-v05.07.01和SW3683-v05.19.00 PN7462AU_ex_phExCcid检测ISO15693卡的函数

phExCcid_Check_Presence_TypeV_Card(phacDiscLoop_Sw_DataParams_t *psDiscLoopParams)

总是失败,位于:

static void phExCcid_Handle_USB_Process(phacDiscLoop_Sw_DataParams_t *psDiscLoopParams)函数中,代码如下:

        else if (gphExCcid_sUsb_SlotInfo.bCLSlotType == PH_EXCCID_USBCCID_CL_TYPE_V)
        {
            if (phExCcid_Check_Presence_TypeV_Card(psDiscLoopParams) != PH_ERR_SUCCESS)
            {
                gphExCcid_sUsb_SlotInfo.bAtrValid = 0;
                phExCcid_UsbCcid_CardRemoved();
                break;
            }
        }

请问NXP官方,这个bug如何处理?

0 Kudos
2 Replies

339 Views
onlineit
Contributor II

the original example

0 Kudos

339 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Did you use the original example or is there any modification added by yourself? I may try to reproduce this issue here.


Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos