Re: STM32 SmartCard mode happening right now!

2023-05-24 Thread Michael Jung
Hi Sebastien, Thanks for your reply! You wrote: > For the moment I am focused on uart smartcard support only. Once you have something that I could start to port to the STM32U5, please let me know. Bye, Michael Sebastien Lorquet schrieb am Mo., 22. Mai 2023, 10:07: > Hi, > > First of all I ne

Re: STM32 SmartCard mode happening right now!

2023-05-22 Thread Sebastien Lorquet
Hi, First of all I need reliable communication with a particular brand of card I cant disclose, and I dont think any certification is on the scope :) But EMV certification is probably possible with a bit more dedication. Usually the complexities are around timeouts, error behaviour, and a lot

Re: STM32 SmartCard mode happening right now!

2023-05-17 Thread Michael Jung
Hi Sebastien, one of the projects I am working on requires an EMV 4.3d level 1 compliant smartcard reader on an STM32U5. So I would be very interested in the work you are planning to do. I have a lot of background knowledge on EVM compliant contactless card readers, but unfortunately not so for t

STM32 SmartCard mode happening right now

2023-05-09 Thread Sebastien Lorquet
HI, No idea why this message did not make it through. Resending with small updates. Hi, it is time! I am, right now, starting to implement the smart card mode for STM32 USART, starting with STM32H7, this will be portable to other STM32 chips

STM32 SmartCard mode happening right now!

2023-05-09 Thread Sebastien Lorquet
Hi, it is time! I am, right now, starting to implement the smart card mode for STM32 USART, starting with STM32H7, this will be portable to other STM32 chips I guess. The UART mode will just configure the uart for smartcard shenanigans, eg, put it in working order for this mode. Smart ca