Is there a specific manipulation to do to communicate with UART bootloader using a second microcontroller as host ?
Hello,
I am trying to communicate with the UART bootloader (NUCLEO64 F446E) using a second board (NUCLEO32 L432KC).
I am using USART1 (PA_9, PA_10), on which I am trying to send the 0x7F frame to activate UART bootloader (after having activated bootloader Mode using BOOT pins), but I get no answer.
I tried different baudrates even if the AN3155 tells the baudrate is calculated after the reception of the 0x7F frame.
Also, I am using HAL_UART_Receive and Hal_UART_Transmit (with no interrupt) to send and receive data.
I really hope someone could help me.
Thanks in advance :)
