TWR-KL46Z48M with ISO7816

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

TWR-KL46Z48M with ISO7816

跳至解决方案
481 次查看
analharbi2
Contributor I

I want to implement ISO7816 in TWR-KL46Z48M is that possible?

I can't find any thing about iso7816 in the datasheet of MKL46Z256VLL4

标签 (1)
标记 (1)
0 项奖励
1 解答
389 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi ahmad alharbi,

    kl46z256VLL4 uart don't have the ISO7816 function directly, so the reference manual didn't mention the details about ISO7816.

    Just a little description about it:

pastedImage_1.png

    So, if you want to use the ISO7816, you need to use the TPM and LPUART0 together.

    We have some application note about it, you can refer to it:

     1.AN5218: using LPUART realize the ISO7816 function

https://cache.nxp.com/docs/zh/application-note/AN5218.pdf?fromsite=zh 

   But, now, I just find the chinese version, didn't find the english version.  This is application take KL03 as an example, your KL46 can refer to it.

Maybe you can associate with some translation tool to read it, or you can refer to the code part directly in the document.

   2. AN4453_smart card operation using freescale microcontrollers.pdf

https://www.nxp.com/docs/en/application-note/AN4453.pdf 

https://www.nxp.com/docs/en/application-note-software/AN4453SW.zip 

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
390 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi ahmad alharbi,

    kl46z256VLL4 uart don't have the ISO7816 function directly, so the reference manual didn't mention the details about ISO7816.

    Just a little description about it:

pastedImage_1.png

    So, if you want to use the ISO7816, you need to use the TPM and LPUART0 together.

    We have some application note about it, you can refer to it:

     1.AN5218: using LPUART realize the ISO7816 function

https://cache.nxp.com/docs/zh/application-note/AN5218.pdf?fromsite=zh 

   But, now, I just find the chinese version, didn't find the english version.  This is application take KL03 as an example, your KL46 can refer to it.

Maybe you can associate with some translation tool to read it, or you can refer to the code part directly in the document.

   2. AN4453_smart card operation using freescale microcontrollers.pdf

https://www.nxp.com/docs/en/application-note/AN4453.pdf 

https://www.nxp.com/docs/en/application-note-software/AN4453SW.zip 

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

389 次查看
analharbi2
Contributor I

Thank you for your helpful answer.

0 项奖励