TWR-KL46Z48M with ISO7816

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

TWR-KL46Z48M with ISO7816

Jump to solution
543 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
451 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
452 Views
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!
-----------------------------------------------------------------------------------------------------------------------

451 Views
analharbi2
Contributor I

Thank you for your helpful answer.

0 Kudos