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.

cc2520 examples not opening in code composer studio5.5

Other Parts Discussed in Thread: CC2520

hi,

i want to run the sample examples for cc2520(swrc090b files) using Code Composer Studio5.5.

but when i try to open the files ,it is not opening.

when i tried to build my own project in CCS5.5 and tried to add the files and compile errors and warning are coming.

the main errors are cant open souce file hal_types.h,

hal_msp430.h

are the no examples for cc2520 which can be run using CCS

  • Pratap, 

    I have downloaded the swrc090b file from our website and tried to compile this using CCS 6.0 (which is what I have on my machine). I confirm that I cannot make it compile out of the box because the import from CCE project (very old project file format) is not 100% successful. 

    I get the same issues you have, that the resources cannot be found. I have found a way to fix this.

    First you select the file in the tree that cannot be found and select "Properties" on the file.

    In the Properties menu system you search for "Resources" and select EDIT.

    Here is an example of what I suggest the you replace the location identifier with:

    PROJECT_LOC..\..\..\..\..\source\components\targets\srf05_ccmsp2618\hal_board.h

    Then do this for the entire project and it should compile.

    Regards,
    /TA

  • Hi TA,

    Could you show us the link to download swrc090b from your Website? I couldn't find workable link to download it.

  • Yikai,

    It is on the product page of the our website, however our new format does not really create good links anymore... So I have to just show you the page.

      

    Original.

    0572.swrc090b.zip

    In the next post I will be uploading my CCS 6.0 project that I have created based on it. There were a number of compilations issues that I had to work thru.

    Regards,
    /TA

  • Yikai,

    I only fixed one of the projects in this release, so please open this project in CCs6.0 and you will find my fixes.

    ..\workspace_v6_0\cc2520_demo\ide\srf05_ccmsp2618_cc2520\cce\per_test

    The main fixes that I have done is the MACRO expansions used in the original project cause compilation errors on CCS but not IAR.

    0181.cc2520_demo.zip

    Regards,
    /TA

  • Hi TA,

    Get it.

    Thanks.

    YK