STM32H503 UART BOOTLOADER TROUBLE
Hello everyone, I have a problem with the bootloader of the stm32h503 microcontroller. I can't get a response from the stm32 via any of the UART interfaces. I tried different baud rates (9600,57600,115200) but I don't get an ACK from the STM32H503 in response to 0x7F via any of them.
The BOOT0 pin is set to a logical one, and then the microcontroller is reset using the nRST pin. I tried re-soldering the H503 to a new one, but there is no difference. The F103 responds perfectly to the same requests and correctly displays the CHIP ID with the same adapter and connection.
USART1 on the H503 is working properly, since it is used to transfer data between the 503 and the ESP32.
Please tell me what the problem could be and how to solve it?
I am attaching a screenshot from a logic analyzer, the first signal is pin BOOT0, the second is RESET, the third and fourth are USART
