Hello,
I am currently using DRV8311P to control the motor
One MCU controls one DRV8311P and ultimately controls one motor. The control plan of the motor is controlled using FOC SVPWM, current loop, speed loop, and position loop. Now I have a few questions
1. DRV8311P must use tSPI, cannot SPI be used?
2. If SPI can be used, what should PWP_SYNC do? Because I am in DRV8311
3. At present, I have only found the officially provided SPI code. Do you currently have tSPI code available for reference porting? Please provide a code for tSPI
Thank you.