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.

control stick TMS320F28069 gmake

Other Parts Discussed in Thread: CONTROLSUITE

HI,

 

I'm new in CCS4 and have just bought a control stick and i'm trying to run a blink led exmple project and when I compiled i have an error

"gmake ***No ruel to make target ''clean ' " and I really don't understand what is happening,   I set the target in the in the target configuration and Properties/CCS build and nothing.

if any one has some suggestions it will be nice

tks.

 

  • Is this a project that you created, or a CCS4 example project from ControlSuite that you "imported" into CCS? If you imported an existing project, be sure to not "copy" the project to workspace when you import the project.

    Also try the troubleshooting suggestions in the "General IDE" section of this page: http://processors.wiki.ti.com/index.php/Troubleshooting_CCS#General_IDE 

  • I'm trying to  run some  examples so I use Import form File menu and -General-Existing Projects into Workspace  and from the CCS-Existing CCS Eclipse  project I was not able to do anything. 

  • Have you tried creating a new project and does that build without error? The CCSv4 Getting Started Guide walks through the process of creating new projects. If this build also does not work, then it may be that you do not have the appropriate compiler tools installed for your device, or that something is corrupted in your installation.

    If you are using F28069 you would also need some additional support files. Please check this post for details: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/100972/354326.aspx#354326

    Assuming you don't already have v4.2.2 installed, the easiest thing to do would be to download and install CCS 4.2.2 in a separate directory from your existing CCS install. 4.2.2 already has the F28069 support included.

  • ok I downloaded the CCS4.2.2 in I don't receive this error but now  is  another thing that I don't understand  when I compiled for example TripCom or TripPwm examples form control suite - F28069  I receive some error like

    C28xx: Flash Programmer: Error erasing Flash memory.
    C28xx: Flash Programmer: Error encountered when writing to flash memory
    C28xx: Trouble Writing Memory Block at 0x3f6230 on Page 0 of Length 0x1e
    Cannot write to target

     

    I mention that I just bought  the control stick and I loaded some example to see if is working.

     

  • Can you check the link map file generated by the build to see what, if anything, is getting allocated to the memory address 0x3f6230? I built the examples TripComp and TripPWM and don't see anything allocated to that memory. Unfortunately, I don't have a F28069 control stick with me at the moment to try loading the examples.

    Do you have your target configuration set for the F28069 control stick?
    Are you able to load any of the examples in ControlSuite, or do you get similar errors for all examples?