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/TMS320F28027: DPS Workshop for LAUNCHXL-F28027

Part Number: TMS320F28027
Other Parts Discussed in Thread: LAUNCHXL-F28027, CONTROLSUITE

Tool/software: Code Composer Studio

Are there any DPS workshop for LAUNCHXL-F28027 or any TMS320F28027?

I find that the DPS Workshop_release v2 is for f2803x. 

Is it easy to convert to F28027?

  • Hi Victor,

    You can the same here: processors.wiki.ti.com/.../C2000_Archived_Workshops

    Regards,
    Gautam
  • Version 2 of the DPS workshop was the last release. It is based on F2803x, however the F2802x is a closely related device (actually a sub-set) and migration between the two is very straightforward.

    Note that the DPS workshop board (TMDSC2KWRKSHPKIT) has been discontinued, unfortunately.

    Regards,

    Richard
  • Hello,

    I find that converting from F2803x to F2802x is very difficult.
    Do you have guide on how to do this?

    Initially, I tried compiling for F2803x by making a new project (not importing the whole project) by adding the ff files:

    AddWatchWindowVars_Lab2.js
    DPS Workshop-Settings.h
    F28035_RAM_DPS Workshop.CMD
    Lab2-DevInit_F2803x.c
    Lab2-DPL-ISR.asm
    Lab2-Main.c

    but it seems that it needs the files in the folder "F2803x_RAM".

    Then all the files in "F2803x_RAM" would be difficult to convert to F2802x .
  • Hello Victor,

    I wonder, what are you aiming to do?  As you say, it will be complicated to change the workshop projects over to F28027, and having done so you would not be able to run lab 5 (CLA) at least.

    Are you trying to run the workshop with an F28027 or do you just want an F28027 project to use as the basis for a power supply design?

    Regards,

    Richard

  • Hello Richard,

    I was trying to do the workshop using F28027. Hopefully TI would be kind enough to release one also for LAUNCHXL-F28027.

    regards,

    Victor
  • Hello Victor,

    Unfortunately the no update of the digital power workshop is due soon.  Indeed, if there were to be one it would use a more recently released device, so it's unlikely the materials will ever be adapted to F28027.  If you want to complete the workshop I recommend using the kit with an F28035.  That device is a superset of F28027, and you will be able to apply the content.  You could then construct your own project using the controlSUITE materials and the examples in the F28027 device header files.  That would be a much more straightforward route.

    Regards,

    Richard

  • Hello Richard,

    I am now playing with the template instead C:\ti\controlSUITE\development_kits\TemplateProjects\DPLibv3_3Template-F2802x.
    I cannot get any waveforms from any of the development kits C:\ti\controlSUITE\development_kits using LAUNCHXL-F28027 with open loop,
    maybe the software is getting some information (pin voltages, etc.) from the hardware. I am not a skilled software developer and only coming from Arduino so I cannot debug it straightaway. So it is also the reason for learning DPLib from the DPS workshop hoping it would be just straightforward.

    regards,

    Victor