Hello!
We start a new project. Device must contain a smartcard with serial interface and a microcontroller, which communicates with this card and has other interfaces as well.
But serial interface, which implemented in smartcard, is not common USART. Interface is according to ISO 7816 standart.
At a glance this standart has special features, e.g. data bit is determined by 372 CLK pulses.
As I know, STM32F4xx family of microcontrollers from STMicroelectronics contains a hardware module, which can interact with smart cards.
Which devices from TI can be used for this purpose?
I didn't see microcontrollers with hardware support of this standart. Maybe we have some software solutions for TIVA or MSP430 microcontrollers?