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: C2000_LaunchPad XL- F28027

Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

hi,

C28xx: GEL: Encountered a problem loading file: C:\ti\controlSUITE\development_kits\C2000_LaunchPad\f2802x_examples\cpu_timer\RAM\Example_F2802xCpuTimer.out Could not open file

unable to run normal blinking led code also as  same error persists.

even the library is unable to get located although the search path is saved for that directory.

please help me with it. 

thank you,

tejaswi.

 

  • This error almost always indicates that the project failed to build, hence the executable (*.out) was not generated. As a result the debugger is unable to find the file to load. Check the CCS build console and the Problems view for build errors and make sure to correct them first.