This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/DRV8312-69M-KIT: TMS320F2812 Sensorless control

Part Number: DRV8312-69M-KIT

Tool/software: Code Composer Studio

I've the DRV8312-69M-KIT and I tested the BLDC sensorless Firmwares

1- Instaspin-FOC

2- Controlsuite/~/BLDC-Sensorless

But eventually I need to migrate to TMS320F2812 for Down-hole operation, so my questions are:

1- which firmware from the above is applicable to work with the target MCU (even after Firmware modification not hardware issue)

2- if both can't, is there's any BLDC firmware to test on TMS320F2812

3- is PID_GRANDO library can work with TMS320F2812 (or recommend PID library equivalent)

Thanks

  • 1. As replied to your other post, InstaSPIN-FOC only supports the device enabled the ROM with instaSPIN algorithm, that can't be migrated to F2812.

    2. BLDC-Sensorless and other motor control examples in controlSUITE are the open-source reference that can be migrated to any C2000 controllers include F2812. And all the modules include PID_GRANDO can with any C2000 controllers, include F2812 also.

  • Thank you, i got it, i should have read the datasheet it F28069 carefully first to realize FAST and SPINTAC come already embedded inside the ROM.

    Thank you.