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.

MSP-EXP430F5529LP: MSP430: GEL: Encountered a problem loading file: C:\workspace_v12|Debug|test.asm.out could not open file

Part Number: MSP-EXP430F5529LP
Other Parts Discussed in Thread: MSP430F5529, MSP430WARE

Tool/software:

I have installed the CCS in my laptop, try debug the program and get the following error message.
"MSP430: GEL: Encountered a problem loading file: C:\Users\ks\workspace_v12\KS_Lab1.asm\Debug\KS_Lab1.asm.out Could not open file." In addition, I also got the following errors.
The codes I tested is the following, it was just the main loop
I am new to MSP430 and no prior experience, but I would like to do projects and learn more about microcontrollers. Sorry, I got stuck right at the beginning Slight frown It appeared that "**.out" files is not generated. 
Thank you for your information and help.
  • Hi, 

    You can follow these steps to create a new project and download it into LP:

    Project - New CCS project - Choose F5529 at Target

    Regards,

    Helic

  • Hello Helic,

    Thank you for the respond. I have created a new project. Target to MSP430x5xx Family and MSP430F5529, Project template to be "Empty Assembly-only Project"

    I have done menu, Load, "Build project before load," and I do get build error and also get the same "**.asm.out Could not open file" ".out" file is not created in the folder. If it is a "build" issue, how could I correct it? I have found another post indicating that create the project at "C\workspace_v12\project", still does not work with the same errors.

    The following is the code

    Thanks for your help,

    Kz

  • Hi, 

    Please refer to MSP430's SDK:

    C:\ti\msp\MSP430Ware_3_80_14_01\examples\devices\MSP430F5xx_6xx\MSP430F565x_MSP430F665x_Code_Examples\Assembly_CCS

    Also, you can build the file in this folder, but there is no asm file for F5529.

    C:\ti\msp\MSP430Ware_3_80_14_01\examples\devices\MSP430F5xx_6xx\MSP430F55xx_Code_Examples

    to write your own asm project function such as main loop.

    Reagrds,

    Helic

**Attention** This is a public forum