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.

Example_28027_Flash project

Other Parts Discussed in Thread: CONTROLSUITE

Hi all,

I tired to use project Example_28027_Flash which i found in the control suite. Unfortunatelly import of this project into the CCS5.5 failed.

In the compilation non of the symbols from the (precompiled dev library) was recongised correctly. What would be the correct setup for this project?

What is the correct version of precompiled dev library?

  • Hi,

    Please follow these steps in importing:

    1. Project -> Import Existing CCS Eclipse Project

    2. Pase: C:\ti\controlSUITE\device_support\f2802x\v210\f2802x_examples\flash_f28027  in Select search directory

    3. You'll get the project in the below window, click OK to successfully import the project.

    Here's a screenshot:

    Regards,

    Gautam

  • Hello Michal,

    I also faced the same problem when I tried to compile this example project.

    I have tried to re-define all the paths (cmds, headers, libs file) in the properties but it didn't help.

    I have compared it with another example projects and what I saw that they were the same (at least from my sight and my investigations). So far, I don't know what else I should try.

    If you need it soon and want to make the code runs, copy the content of Example_2802xFlash.c to another example project that you are sure it can be compiled.

    I have tried to copy it to another example project (in this case, i used Example_2802xEPwmTripZone and renamed it) and modified it to run in flash (define _FLASH, modify the cmd, and so on). I didn't try it in the device anyway, but it can be compiled well.

    But maybe you can try it.

    Good luck!

    Best regards,

    Maria

  • Hi Michal,

    Not sure if you managed to resolve this but I had the same issue, Guatam helped me out.  If you see this post and create a new workspace (as per the last few comments) it hopefully will work for you.

    http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/326235/1136099.aspx#1136099

    Regards,

    Ant