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.

loadti error SEVERE: Encountered a problem loading file



Hello,

I'm trying to quickly flash a *.out file to a F28335. Following the forum DDS script loadTI seems to be an ideal solution. While everything works fine under CCS 4.1.3 and I'm able to generate a binary *.out file, I get the following error I haven't been able to resolve, shown in the sample output, . For testing purposes, I placed the config file and *.out file in the examples\loadti folder, and receive the same error regardless of the *.out file used (or even if it exists in the folder).

******************* Sample Output Below ******************

C:\Texas Instruments\ccsv4\scripting\examples\loadti>loadti -c =XDS100_F28335.cc
xml -x M7.out

***** DSS Generic Loader *****

START: 10:43:32 GMT-0700 (PDT)

Configuring Debug Server for specified target...
Done
TARGET: Spectrum Digital XDS510USB Emulator_0
Connecting to target...
testEnv.outFiles: ûx
Loading ûx
C28xx: GEL Output:  FPU Registers can be found via GEL->Watch FPU Registers.

SEVERE: Encountered a problem loading file: C:\Texas Instruments\ccsv4\scripting
\examples\loadti\ûx
Could not open file
SEVERE: Error loading "ûx": Encountered a problem loading file: C:\Texas Instrum
ents\ccsv4\scripting\examples\loadti\ûx
Could not open file
Error code #4011, ûx load failed!
Aborting!

END: 10:43:38 GMT-0700 (PDT)

**************************************************************** Sample Output Above
Thank you!

Ryan

 

 

  • Hi Ryan,

    Ryan77 said:
    C:\Texas Instruments\ccsv4\scripting\examples\loadti>loadti -c =XDS100_F28335.cc
    xml -x M7.out

    You did not specifying an xml log file name after the -x parameter, hence loadti probably thinks "M7.out" is the name of your log file and that is throwing off the rest of the command.

    Thanks

    ki

     

  • Thank you for your response Ki,

    While I did have a few strange issues originally, reducing it to this syntax did ultimately fix the problem.

    Ryan