Can two or more STM32s share UART lines if all but one are held in reset?
I have a board in which one STM32 (call it "central") is required to update the firmware on a number of others ("sensing"). It seems simplest to use the USART1 interface for the built-in bootloader on the sensing processors. I would like to multiplex...