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.

WEBENCH® Tools/TMS320F28027F: InstaSpin-FOC

Part Number: TMS320F28027F
Other Parts Discussed in Thread: MOTORWARE, TMDSCNCD28069ISO, TMS320F28027

Tool/software: WEBENCH® Design Tools

I'm playing with TI InstaSpin-FOC. Trying to run the labs in Motorware rev 1.01.00.18. I can run the labs with Control card TMDSCNCD28069ISO on the HVMotorCtrl+PfcKit. When I try it with control card with TMS320F28027, none of the labs run. I noticed some of the firmware functions were address to 0x3FCxxx -- 0x3FDxxx which is reserved for 2802x. I'm wondering how to resolve it?

Thanks,

Jack

  • You may find the lab projects for F28027F as the following folder in motorWare

    C:\ti\motorware\motorware_1_01_00_18\sw\solutions\instaspin_foc\boards\hvkit_rev1p1\f28x\f2802xF\projects

    Follow the guides to set the F28027F controlCard and High Voltage kit,  which can be found in the following folder in motorWare.

    C:\ti\motorware\motorware_1_01_00_18\docs\boards\control\f2802x\docs

    C:\ti\motorware\motorware_1_01_00_18\docs\boards\drive\hvkit_rev1p1\docs

    And then follow the InstaSPIN lab guide to run the lab,  which can be found in the following folder in motorWare.

    C:\ti\motorware\motorware_1_01_00_18\docs\labs

  • Thanks. This is what I'm playing with. The issue is when I compile it, some of code is addressed to address 0x3FDxxx which is not available for F28027. It works fine with F28069.

  • That's right. The F28027F uses different FAST library with F28069, you must use the F28027F specific library as the example labs mentioned above.