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.
Replies: 2
Views: 447
If I understand the big picture correctly...
The 'M' series piccolos have secure ROMs that support InstaSpin-MOTION (like the one found on the TMDSCNCD28054MISO control card), while the smaller 'F' series have ROMs that support InstaSpin-FOC. Both do sinusoidal commutation, and the gui for each can be found in motorware addon.
The older InstaSpin-BLDC is based on Stellaris and does not have a custom rom, so it will work on all TMS320F28XXX (F,M,etc) using trapezoidal commutation. It's gui (Crosshairs Embedded) is found in the controlSUITE /powerSUITE download.
Is this correct?
Also, when incorporating the Piccolo or the Delfino on my own board, can the tuning GUIs be used or are they too closely coupled with the architecture of the kit hardware (usb, etc)?
bliptonThe 'M' series piccolos have secure ROMs that support InstaSpin-MOTION (like the one found on the TMDSCNCD28054MISO control card),
Correct. The "M" devices also include InstaSPIN-FOC. The -MOTION just enables use of the SpinTAC Suite which allows for
sensorelss velocity control (easier to tune than the one in InstaSPIN-FOC)
sensored velocity or position control (easier to tune and create real motion systems vs. the sensored examples in controlSUITE)
bliptonwhile the smaller 'F' series have ROMs that support InstaSpin-FOC.
The "F" series aren't smaller per se. The 5x and 6x versions of the "F" and "M" only differ in having the MOTION capability. FOC alone is also supported in the F28027F device, where MOTION is not.
bliptonBoth do sinusoidal commutation,
The default is sinusoidal, but by using the code in proj_lab10 you can experiment space vector and even trapezoidal over-modulation.
bliptonThe older InstaSpin-BLDC is based on Stellaris and
No, InstaSPIN-BLDC was first release on the Piccolo F2803x devices with the kits DRV8312-C2-KIT, DRV8301-HC-C2-KIT, and DRV8302-HC-C2-KIT. It was subsequently offered on Stellaris and Hercules kits...as well as running on MSP430 with the DRV8313 kit.
bliptonand does not have a custom rom
correct, it is simply a library.
blipton It's gui (Crosshairs Embedded) is found in the controlSUITE
for the Piccolo devices, yes.
bliptonAlso, when incorporating the Piccolo or the Delfino on my own board, can the tuning GUIs be used or are they too closely coupled with the architecture of the kit hardware (usb, etc)?
The instaspinuniversalgui can be used with your own hardware. All the other GUIs mentioned are essentially locked to the embedded firmware. It would be difficult or impossible to support for your HW/SW.
In reply to ChrisClearman: