Implementation of a STM32 in transparent mode to flash another UART-connected STM32. What UART configurations and timing should be setting to implement this feature in STM32 in transparent mode?
I have one Master STM32 connected over UART to a Linux MPU and also connected over another UART to a Slave STM32.My purpose is to set the Slave STM32 in bootloader and flash from the MPU the application in the Slave STM32, the Master STM32 is in the ...