Why does UART accept the signal without any failure in one conditions and doesn't accept the signal at all in the other conditions?
Hello.
I have assembled the device on the STM32L496ZGT6P microcontroller. Along with the other functions, this controller is to poll its UART interface (more precisely, UART4). The device is operated outdoors and at low temperatures, and I have noticed that in the cold state this controller stops to receive the signal on its RX pin. I checked with an oscilloscope and with a UART-USB adapter and learnt that the signal goes to the RX UART4 pin. But the controller acts as if there is no signal on the RX UART4 at all. When the device is kept in room temperature for some time, it starts to function normally and does not fail in warm rooms. What can be the reason for such abnormality?