cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U5 smartcard hardware connection

NGajic
Associate III

Hi,

I'm interested in hardware connection of STM32U5 and Smart card. They can be connected directly or there need to be Smartcard Interface circuit between (like ST8024)?

Thanks in advance,

Nenad

1 REPLY 1
MAnde.8
Associate

If you are building a card reader, be aware that all contact points must be in high impedance mode until the card is fully inserted into the reader. Otherwise some inputs will be shorted, voltage applied to the "wrong" inputs and so on. There is usually a switch that senses when the card is fully inserted, and it is safe to apply VDD, clocks and so on.

I'd go for the interface circuit since it solves all these problems.

For tests & experiments it's possible to hook it up directly to a MCU but then you need to rewrite everything when you add an interface circuit in the real application. In my experience, it's not worth it.