Hi @Jonathan,
I understand your point for the card activation & deactivation as per the section 6.2 of the ISO 7816-3.
But what if we enable the usb suspend macros :
1. #define PH_EXCCID_USB_IF_USB_SUSPEND_RESUME_FTR 0 /**< Suspend Feature Value = 1 Feature Enabled Value = 0 Feature disabled */
2. #define PH_EXCCID_USB_IF_USB_REMOTE_WAKEUP_FTR 0 /**< Remote Wake up Value = 1 Feature Enabled Value = 0 Feature disabled */
In "APP_NxpBuild.h" file, then it should need detect right ?
Basically I am not able to detect the CT card whenever I make enable the above macros from 0 to 1 and restart the PC for the card operations(RD/WR).
So, Can you please let know how can I detect the CT card after restarting the PC using "phExccid" example.
Looking forward for your response.
Thanks & Regards