i.MX8 QuadMax ISO7816 implementation

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

i.MX8 QuadMax ISO7816 implementation

Jump to solution
2,235 Views
Vlatakomarac
Contributor II

Hello,

I have a carrier board that contains an i.MX8 QuadMax processor.

I want to connect a SAM card slot to this processor but the manufacturer didn't make physical lines on the carrier board so a connection can be made between the SAM card and the integrated SIM module of the i.MX8 QuadMax (pins SIM0_CLK, SIM0_IO and so on).

Does anyone know how can I implement ISO 7816 communication with a running Linux OS on the i.MX8 processor without using the Linux drivers which use the SIM module?

I would appreciate any kind of help. Thank you in advance!

0 Kudos
Reply
1 Solution
2,228 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nikola

 

>how can I implement ISO 7816 communication with a running Linux OS on the

>i.MX8 processor without using the Linux drivers which use the SIM module?

 

I am afraid this is not possible, sorry. In general one can try simple sim unit test

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_sim_test?h=lf-5.10.52_2.1.0

 

Best regards
igor

View solution in original post

4 Replies
2,229 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nikola

 

>how can I implement ISO 7816 communication with a running Linux OS on the

>i.MX8 processor without using the Linux drivers which use the SIM module?

 

I am afraid this is not possible, sorry. In general one can try simple sim unit test

https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_sim_test?h=lf-5.10.52_2.1.0

 

Best regards
igor

2,218 Views
Vlatakomarac
Contributor II

Thank you Igor on your reply.

It is good to know if it is feasible or not so thank you.

What did you mean by using the sim unit test? What would be the goal of running this test?

0 Kudos
Reply
2,214 Views
igorpadykov
NXP Employee
NXP Employee

>What would be the goal of running this test?

 

test basic sim functionality.

 

Best regards
igor

0 Kudos
Reply
2,205 Views
Vlatakomarac
Contributor II

I have been looking for a solution to the problem.

The only solution that I see is to use another microcontroller from the PN7462 family. They have integrated ISO UART modules, but this complicates the design because now there is another uC to program.

Could you recommend another IC that possibly implements ISO 7816 protocol but doesn't need to be programmed? I would use a TDA8037 but it requires that the uC implements the ISO 7816.

Thank you again. Best regards.

0 Kudos
Reply