2019-11-28 07:24 AM
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 middle and responsible to transfer data between the MPU and the Slave STM32.
During my test, I can see that :
On both UART of the Master STM32 connected to MPU and to the Slave STM32, I have the following configuration :
2023-02-27 07:32 PM
@vincent Were you able to achieve this functionality. I was trying to achieve the same thing, any help on this would be highly appreciated.