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.

CC2530.ddf doesn't exist??

Other Parts Discussed in Thread: CC2533, REMOTI, CC2530, CC2531

Hello!

 

I am working on CC2533 RF4CE Basic Development KIt.

I downloaded IAR 8051 8.10 and I also downloaded files from swrc131 (from http://focus.ti.com/docs/toolsw/folders/print/remoti.html) .

When I open a workspace (.eww) which is among downloaded files with IAR, it said the workspace is in a old version and it must be converted in the convenient version.

Then after converting, I have a warning: CC2530.ddf doesn't existes.

How I can find this missing file?

 

Regards,

Thanks.

Flo.

 

  • If you need futher information, don't hesitate to ask me.

    Thanks.

  • Hi,

    This file shall be located in the folder \8051\config\devices\Texas Instruments under the installation directory for IAR EW 8.10.

    Regards,

    Bjørn

     

     

  • I've looked in the folder  you indicated and there isn't  the file yet.

    Therefore, I looked for it on the Internet and I don't find it yet.

    How doing?

    Flo.

  • With the 8.10 version, IAR keeps target-specific debbuger files, so you have to choose the one for your target (i.e. CC2533, CC2531, CC2530):

    Project --> Options --> Debugger --> Device Description file

    You will find the new ddf's here:

    $TOOLKIT_DIR$\config\devices\Texas Instruments\ioCC2531F256.ddf

     

     

     

     

  • Floriane,

    IAR version 8.1 is not supported yet. compilation failed by default and if you succeed to make it succeeed, it may not work well after (pure supposition, since we really never try it).

    you should try to use IAR version 7.60 with all patches (so IAR v7.67).

     

    anyway, if you really want to use IAR8.1. first you will need add the description file as explain above.

    and you will will to do the folllowing modification in the linker file (linker file are in :Projects\RemoTI\common\cc2530, file *.xcl)

    change

    -Z(XDATA)XDATA_Z,XDATA_I=_XDATA_START-_XDATA_END
    to

    -Z(XDATA)PDATA_Z,XDATA_Z,XDATA_I=_XDATA_START-_XDATA_END

    Cordialement,

    Calimero

     

     

     

  • Dirty Harry,

    I did what you said and the warning doesn't appear anymore.

    Thanks a lot.

    Flo.