stm32 flashing via uart
Hi,
I'm working on a project using an STM32G series MCU alongside a processor. The processor runs an application that handles firmware flashing for the STM32.
We’re planning to implement firmware upgrades over I2C or UART. However, due to hardware limitations, the I2C line we selected does not support bootloader flashing. So, we're now considering UART for the firmware upgrade.
The current schematic only provides access to the MCU's RX pin—its TX pin is not connected. Can we connect the processor's TX pin to the MCU's RX pin and still perform the firmware upgrade using the STM32 bootloader? Will this unidirectional connection be enough?

