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.

CCS/RF430FRL152HEVM: CCS : Debugger initialization, Uniflash : .out could not open file.

Part Number: RF430FRL152HEVM
Other Parts Discussed in Thread: MSP-FET, MSP-EXP430G2ET, TRF7970A, , UNIFLASH

Tool/software: Code Composer Studio

Hi.

I am a CCS beginner and I am currently using RF430FRL152HEVM. I am using MSP-EXP430G2ET and TRF7970A BOOSTERPACK as development kit. And the emulator is using MSP-FET.

I am trying to code RF430FRL152HEVM with CCS and I get the following error. 

So I tried to load the code into the RF430FRL152HEVM with Uniflash using the .out file and .ccxml file that I have debugged, but the following error occurs.

 To solve this problem, I think I need to change some settings of CCS. I would appreciate your attention.

  • The issue seems to be that the path to the target configuration file (.ccxml) and .out file contains non-ascii characters. Could you try creating the project and target configuration file inside a simple directory that does not contain any special characters and see if that helps?

  • Dear AartiG

    Thank you very much for your reply.

    Could you tell me how to create a project and target configuration file in a simple directory that does not contain special characters?

    Thank you.

    Minhyung Kang
  • When CCS starts up, it will prompt you for a workspace. Select a directory like c:\ti_workspace.

    From there, you can either create a new project or import an example project.

    If you create a new project using the New Project wizard (menu Project->New CCS Project), it will also automatically create a targetConfigs directory with a target configuration file, based on the target device selected in the wizard. In this case the path to the target config file is inside the workspace_dir/project_dir.

    Or if you wish to import an example project, you can import it into the workspace. If a target config file does not already exist in the project, you can create one inside the project directory by right-clicking on the project name in the Project Explorer view and selecting New->Target Configuration file.