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.

[Insta-SPIN BLDC] Can I get source files anywhere?

Other Parts Discussed in Thread: CONTROLSUITE, INSTASPIN-BLDC

Hello, everyone =)

I have a question about DRV-8301-H2-C1 kit.

 
I got this one to play with a motor and to build a control system. It's told to use Insta-SPIN BLDC app for this kit (it's told so on TI.com).  But it's all is hidden inside a library.

I know, that there's Insta-SPIN FOC and MOTION with source files, and I have them in ControlSUITE. But they are for 2802x, 2805x, 2806x. 

And i have 28035 Piccolo controlCard. I have also a Concerto ControlCARD.

SO, the question is: where can I get Source projects of InstaSPIN-BLDC library? If it's not possible, can I use 28035 + IS-FOC on this board?

Thank you =)

P.S.: it's told, that "Piccolo CCs are completely interchangeble". So I guess, F28027 project should work well on F28035, cuz latest is even more... powerful. I also think, that my Kit won't mind if I use another microcontroller. But I'd like to be sure =)

  • InstaSPIN-BLDC projects rely on a library that is linked in user code. This is made available with source examples on the F28035 and F28069 MCUs (you can run the library on any fixed point 28x, and you can port the projects very easily to F2802x or F2805x; other F28x series will require a bit more work, but it's possible)

    C:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\InstaSPIN_BLDC

    you can also run our open source sensorless FOC project

    C:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\PM_Sensorless

    InstaSPIN-FOC and InstaSPIN-MOTION also rely on a library, but these are included in on-chip on certain Piccolo variants, they can NOT be linked into user code.  You have to use the InstaSPIN enabled controlCARD / MCU with specific "F" or "M" in their part number.

    http://www.ti.com/ww/en/mcu/instaspin/instaspin-foc_MCUs.shtml

  • Thank you, Mr. Clearman!