STM32H743 system bootloader does not work by USART2
I would like to download code from Raspberry Pi to NUCLEO-H743ZI2 board. On RPi, I use STM32flash app and 2 GPIOs for NUCLEO's NRST & BOOT0. STM32flash generates the signals properly (I see that current STM32 application does not start) and I acquires 0x7F byte by scope on USART2 RXD (PA3) pin of NUCLEO as stated in AN3155 & AN2606 but there is no response on TXD (PA2).
What is really weird: red LED on NUCLEO (at GPIO PB14) is turned on after boot setting. Does the bootloader indicate something by a GPIO? It might interfere with HW on a user board.
The reason why I did not use USART1 is that their pins are not free.
Thanks for any opinion.
