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.

XDAIS error in Code Composer Studio v6.2

I have been working

With f28027launchpad ..

I have been witnessing this erroras I had tried  installing complete version of CCS6.2 ..please help me get CCS installed is really important for my project completion

  • Kevin,

    The reason for the message and the fact that it can be ignored is clearly explained in this thread (where you have added a post as well). This should not be blocking the project build in any way, so you can ignore the message and proceed with your project development.

  • hello Aarti ,

    I have manged to dodge XDS error ,i tried running blinking led code from example codes in control suite for F2802x while debugging the code onto my board i recieved this following error ,could you help me with this

  • Does the flash algorithm file (FlashAPIInterface2802xV2_00.out) exist in the path C:\ti\ccsv6\ccs_base\c2000\flashAlgorithms in your CCS installation? 

    If it does not, then I suspect something is not right with your CCS installation. In that case I would recommend uninstalling and reinstalling CCS, but first making sure to completely delete the directory prior to reinstall. If you over-install on top of an existing installation, there may be some leftover or corrupted files that could prevent a clean installation.

  • hello Aarti,

    as directed by you I reinstalled CCS and found the required files in flash algorithms ,now I am facing another error as,also I have enclosed flashalgorithm folder

  • Does the FlashingLeds.out file actually exist in that directory? I suspect your project build may have failed and the .out file was never created. Please check the CCS build console to see if there were any build errors.

  • should i consider reinstalling CCS ? or is there a alternative for this

  • The reason for the error is that there are two conflicting linker command files in your project: 28027_RAM_lnk.cmd and F28027_FLASH_FlashingLeds.cmd. 

    In this case, the 28027_RAM_lnk.cmd is extra and is not there in the original example project. It must have got added when you changed some of your project settings. In any case, if you delete that file from your project and rebuild those errors should go away.

  • how do i add linker files for creating f28027 projects ? i tried writing adc code and tried linking DSP28x_project.h and various other header files like watchdog.h and adc.h.when i build the target i get this following error.can you please suggest the steps involved in linking and running a code other then importing example projects from control suite which i successfully manged .