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/MSP-EXP430F5438: CCS load Programm error with _out file missing

Part Number: MSP-EXP430F5438


Tool/software: Code Composer Studio

I have started working on MSP-EXP4305438 board and I am new to CODE Composer Studio.

I am trying to load Default User experience code and other Blink_LED code. I have been getting followin error.

Load Program Error.

Encountered a problem loading file c:\ti\Blink_LED\Debug\Blink_LED.out
Could not open open file.

Please help me with this to load my first program with this experimneter board.

Regards,

VR

 

  • Hello,
    The most common cause of your error is that the program had build problems so the program was never successfully built and does not exist. Hence the debugger could not find it to load (could not open file).

    Check the build console and problems view for build errors

    Thanks
    ki