STM32G473 can't start debugging with incoming data stream on USART1 Rx pin
On my board i use USART1 and USART3 to connect my device to other by dual RS-485. 485 tranciever connected to MCU throw digital isolator (4 tx, 2 rx SI8662). If 485 line of USART1 not connected ti device i can start debugging in Keil without problem. If i connect 485 line debug session immediately fail. If i connect line before debuging then i can't enter debug. Even ST-Link Utility can't connet to MCU with connected 485 line. I can load programm to MCU, connect 485 line an device will work fine by self. With 485 of USART3 no eny problem.
There is no galvanic connection between MCU and 485 tranciever, no ground connected. Power of both part of device is fine, no any noise.
Boot0 on MCU connected to GND. I use ST-Link v2 and SWD-connection.
Why debugging not work with incoming data stream on USART1?