STM32 MCU capabilities with parallel processing
I am trying to design a modular avionics bay whereby I came across a concept called parallel processing, whereby multiple MCU's can be utilised to both increase processing capabilities, decrease power consumption of one chip, and to allow for modular design (which is a major constraint). Although I don't know whether the STM32 chips ( mainly the f4 series I have been eyeing out) are capable of achieving this, and if they do how I can actually go about communicating between multiple 'master' devices, or whether one chip should be the master whilst the other stm mcus can be slaves? Send help