Hello everyone,
I'm working on a custom board based on the i.MX8ULP, and I need to integrate a Secure Element (P71Dx) as a Smart Card. This Smart Card uses the UART-based ISO7816 protocol. Both the Secure Element and the processor (M33 core in i.MX8ULP) are from NXP.
To begin the integration, I checked the SDK for the M33 core, but I couldn’t find any references or examples related to Smart Card support.
After some research, I found that some Kinetis MCUs have Smart Card examples in their SDKs. These examples use EMVSIM and USIM interfaces. However, from what I understand, those drivers only work if the hardware supports EMVSIM or USIM.
Can anyone help me figure out how to integrate the Smart Card with the M33 core on the i.MX8ULP?
Are there any documents or resources available for this?
Thank you in advance!