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.
Hi
I'm trying to use Code Composer v3.1 RS1 with an EZ430-RF2500. Drivers of these boards are correctly installed, and the source code of example compiles correctly. The problem is at time to debug the code into the board. Every time I try to debug the code and download it into the board, I obtain the same error about th Debug Server:
Reason: Failed to initialize Debug Server
Reason: Cannot read System Setup data from XML file C:/Program Files/Texas Instruments/CC Essentials v3/Debug Server/bin/win32/SystemSetup.xml
It's true that this file doesn't exist, but, how can I solve this? Could you help me?
Thanks you a lot of
Eduardo
Normally, in CCEv3, each created project is initialized with the proper device and connection target configuration: (see screenshot cce_debug_setting.doc in attached zip).
If the user explicitly switches to using an external pre-packaged target-configuration (as in cce_debug_setting2.doc) and the file SystemSetup.xml does not exist in the system, the above error would be generated. This file is not auto generated, it has to be created by the user.
Maybe for your particular project, it was somehow set to use the pre-packaged target configuration when one in fact does not exist on your PC. To resolve this, try creating a new project or workspace as this would revert it back to the default setting of device+connection setting as specified in the project.