Dear All!
I am finding the example for USB CCID at Kinetis SDK.
At usb_device_class.c included at SDK v 2.0, I could find below.
#if ((defined(USB_DEVICE_CONFIG_CCID)) && (USB_DEVICE_CONFIG_CCID > 0U))
#include "usb_device_ccid.h"
#endif
In my thoght to activate(use) USB CCID feature both options(USB_DEVICE_CONFIG_CCID and USB_DEVICE_CONFIG_CCID) should be enabled.
But at any place of SDK I could not find the code 'usb_device_ccid.h' itself.
Could you please give me any advice about USB CCID and how to add/use this feature on SDK v 2.0?
Frankly I could find below comments at USB Stack user's guide.pdf but it is also not clear for me.
Best Regards,
YK Lee
Hi Kan Li,
Thanks a lot for your comments and help.
I got SDK for K8x but frankly I could not find 'usb_device_ccid.h'.
Is there any special way to get K8x's SDK supporting USB CCID?
Best Regards,
YK Lee
Hi YK Lee,
Actually this demo is just for the device with EMV IP, so maybe your device doesn't have this support so the sdk has no code for that demo. Would you please tell me which device you select? Thanks for the patience!
Best regards,
Kan
Hi Kan Li,
I am using K24 now.
Could you please let me know which device can support it?
Best Regards,
YK Lee
Hi YK Lee,
As far as I know,, K8x and KL8x has EMV IP.
Wish it helps.
Have a great day,
Kan Li
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------