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.

Problems with C6713DSK and CCSv3.1

Hello,

I am trying out the sine8_LED project from the rulph chassing's book (as mentioned by you) in CCS v3.1  on C6713DSK.

My program is getting built successfully but i am getting 3 warnings as depicted in the picture below.  

When i try to run the program, the program gets stuck at comm_poll ,as shown in the next fig wherein the program is stepping over from that position but it does not complete the action. What may be the reason for it ?

If i comment comm_poll and proceed further then the program gets stuck at output_sample and i dont get any output tone in the  headphones ( sine wave ).

Please help

  • Hi,

     

    The error you have posted can be dealt with 2 options:

    1. The error may occur due to the Linker command file missing issue. By default you should see a .cmd included in the Project->Build Options->Linker tab->Libraries category as well as .cmd in the File listing (under the Source folder).
    2. The error may also occur because of memory issue. The memory issue may be due to mismatch in memory allocation within the internal memory. Kindly post your .cmd file from the source folder so that we can give further suggestions on this.

     

    Regards

    Iyshwarya