Skip to main content
SPaes.1
Visitor II
November 23, 2021
Question

Smartcard communication gets disturbed by communication on another UART, what can be the reason?

  • November 23, 2021
  • 1 reply
  • 645 views

UART2 is used for as smart card communication. (sign data)

UART1 is used for communication from outside

It looks like the communication to the smart card can get disturbed by communication on UART1

result invalid signature.

The interrupt priority of UART2 (smartcard) and UART1 are the same

I'm using STM32F072C8Tx, interrupt based communication with the secure module (HAL_SMARTCARD_Transmit_IT)

This topic has been closed for replies.

1 reply

CYANG.1
ST Employee
November 24, 2021

Hi SPase,

Which platform did you use? You could check if the UART lines are in parallel and could impact to each other on PCB.