Question
networking STM32s
Posted on January 08, 2013 at 20:31
I have a question. I need to connect 2 to 6 STM32s together. I have motors I need to collectively control with a human machine interface. Each motor will be controlled by one STM32. The HMI also needs a STM32. The HMI panel STM32 chip can be a master if necessary. Which is the best way to allow the chips to communicate together. Another issue is that they need to be isolated from each other.
I was considering SPI, but that leads to 4 channels that need to be isolated. I then thought about UARTs, but then I run into addressing and collision problems. How would you do it? Is there something I have not considered? I considered CAN but the isolation requirement makes that unappealing. #uart-spi-can-stm32-network