Is it possible to do a firmware upgrade via FD-CAN with multiple STM32H7 microcontrollers in the bus?
The system looks like this:
-one master controller STM32H7 which holds firmware of slaves
-multiple (~8) "slave" STM32H7 on the same FD-CAN bus
The slave controller firmware should be upgrades via FD-CAN ST bootloader (see AN5405)
AN5405 says "The CAN bootloader firmware supports only one node at a time. This means that it does not support CAN Network Management."
Does it mean multiple nodes/slaves are supported, but must be selected(?) by the master,
or firmware upgrade is only possible with a single node/slave in the bus?
