i.MX8 QuadMax ISO7816 implementation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX8 QuadMax ISO7816 implementation

跳至解决方案
2,229 次查看
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!

标记 (5)
0 项奖励
回复
1 解答
2,222 次查看
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

在原帖中查看解决方案

4 回复数
2,223 次查看
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,212 次查看
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 项奖励
回复
2,208 次查看
igorpadykov
NXP Employee
NXP Employee

>What would be the goal of running this test?

 

test basic sim functionality.

 

Best regards
igor

0 项奖励
回复
2,199 次查看
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 项奖励
回复