Hi to all!
I'm planning to design a new Triple Modular Redundancy (TMR) flight controller and autopilot for unmanned systems/drones. One project already exists for a simple autopilot based on the RM46:
So I have few questions about the ports to be used for intra-MCU communication and synchronizing. I found a interesting paper about a DSP TMR: () go to page 23.
My primary questions are:
1) Is better to use MibSPI or SPI for Intracommunication between the MCUs?
2) Is better to use MibSPI or SPI to read IMU sensors (e.g. MPU9250)?
3) Is better to use eTPWM or HET?
Thanks in advance for your feedback.
-Jarno