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.

CC2533 IAR and Debugger Error

Other Parts Discussed in Thread: CC2531, CC2533

Hi,

I have some issues using the debugger with IAR. Please find attached for the screen shot.

Is there anything that I did not configure right?

3022.IAR Error Debugging.pdf

  • Hi,

     

    This is a known issue, it happens when you open an old* project in new IAR EW.

    * An older version of project, suited for earlier versions of IAR EW.

    So the first warning is due to above mentioned.

    The second warning is due to changes in description files path, it can be easily fixed as follows:

    1. Once you've opened the project, open project options (Alt+F7)
    2. Go to "Debugger"->Setup and check the "Overide default" check box.
    3. Click on "..." button and follow this path
      C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.0\8051\config\devices\Texas Instruments
    4. Choose the appropriate .ddf file (i.e ioCC2533F96.ddf).

     

    But, what bothers me the most in your case is that the project is for cc2531 device, therefore you

    might get serious errors and problems since cc2531 devices comes in two versions, with 128KB

    and 256KB of Flash memory, where in cc2533 the most large flash size is 96KB.

  • Hi Igor,

    Thanks. I have followed the steps given and resolved the error.

    Regards,

    Poh Leong