2021-11-23 04:42 AM
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)
2021-11-23 11:24 PM
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.