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/TMS320F28069M: HOW TO COPY CODE AND RUN INTO ANOTHER PC

Part Number: TMS320F28069M

Tool/software: Code Composer Studio

I am using CCS8.2.1 in my PC and created code for CAN communication, which is giving me output without any error.

I am copying same code (ecanbacktoback.c) file and trying execute using another PC with same CCS8.2.1 version, execute without error but not generating output.

So tell me how to copy the file. I have copied completed project from workspace folder and copied into another workspace folder of another PC.

Also included include files too.

Thanks in advance.

  • Hello,

    ASHWINEE JADHAO said:
    I am copying same code (ecanbacktoback.c) file and trying execute using another PC with same CCS8.2.1 version, execute without error but not generating output.

    Is the build failing? Please provide more details on the failure, including any and all error messages

    Thanks

    ki

  • At the point when a bug is documented and a following ID is given, the string may then be proposed as "TI Thinks Resolved". Why? It would be ideal if you read the principal FAQ
  • there is no issue of error or warning at all.
  • Ok, so the code built successfully, but is not executing as expected.

    This issue does not sound like a tools issue then. One thing to try is to take the executable from the working PC and copy it to the other (non-working) PC and load it from there. If that works successfully, then the issue is likely with your migration attempt. Make sure all the build options and other files are the same as the working environment.

    Thanks
    ki
  • sir, i have tried this too, but giving results.


    Actually, project was properly giving results without any error. That same project is not giving me results after last night.......why???

    Then I have created new project with same code, included all the files. It built and debug without any error but didn't give results.
    Then I have copied CCS project from another PC to My pc, which was working properly.....that also not giving results in my pc.

    How is that possible???
    should i reinstall CCS or anything else??

    another issue is I am using TMS320f28069m lauch pad for CAN communication, few times it happens that board not detected and few times it detects. why this is happening?

    Please help me this is very serious issue for me.
  • ASHWINEE JADHAO said:
    Actually, project was properly giving results without any error. That same project is not giving me results after last night.......why???

    It is difficult to answer this question. If nothing was modified with the tools, project, and code... then it is possible that something happened with the hardware target. If you cannot get any version of the program to now work on the hardware, then I would investigate the hardware.

    ASHWINEE JADHAO said:
    another issue is I am using TMS320f28069m lauch pad for CAN communication, few times it happens that board not detected and few times it detects. why this is happening?

    This is a question best answered by the experts in the C2000 forum

    ki

  • sir i have tested hardware and even emulator boot mode, on another PC it is GOOD in condition .
  • Please, post your console output from the second PC, I mean that one not creating output file.