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