Other Parts Discussed in Thread: DRV8462
Good morning,
I am working on a project and would really appreciate some advice. I have a QT application that runs on a Raspberry Pi 4. The Raspberry Pi 4 is using almost all of its GPIO for other tasks like temperature monitoring. So, in the interest of offloading some of the workload, I am sending the motion data in the form of "pseudo G-code" to an MSP432E401Y. The MSP432E401Y then needs to control 4-6 DRV8462 devices via SPI. The MSP432E401Y also needs to be able to send information back upstream to the RPi4.
I have two main questions:
- If you were designing this system, which form of communication would you use to send this "G-code" from the RPi4 to the MSP432E401Y?
- Would SPI be possible in this situation? Could the MSP432E401Y simultaneously be a "child" (aka slave) to the RPi4, and a "parent" (aka master) to the DRV8462?
I would really appreciate your help!
Thank you,
Dan