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.

TMS320F28069M: Getting error in flashing the MCU with Plexim software.

Part Number: TMS320F28069M
Other Parts Discussed in Thread: TMS320F28069, UNIFLASH

Hi all,

I am trying to flash the microcontroller TMS320F28069M with Plexim software and getting this error can someone help me with what the mistake is?

The error is:

Error in build step #3 (Make): Make process exited with code 2:
copy /Y "C:\Users\AQEEL\Desktop\C-HIL Simulations\TMS320F28069.ccxml" ".\output_TI2806x\newtry.ccxml"
1 file(s) copied.
"C:/ti/uniflash_8.2.0/dslite.bat" --flash --config=.\output_TI2806x\newtry.ccxml .\output_TI2806x\newtry.out -u
Executing the following command:
> "C:\ti\uniflash_8.2.0\deskdb\content\TICloudAgent\win\ccs_base\DebugServer\bin\DSLite" flash --flash --config=.\output_TI2806x\newtry.ccxml .\output_TI2806x\newtry.out -u

For more details and examples, please refer to the UniFlash Quick Start guide.

newtry.mk:140: recipe for target 'download' failed

'CMD' is not recognized as an internal or external command,
operable program or batch file.
make: *** [download] Error 9009

  • Hi Aqeel,

    Within the C:/ti/uniflash_8.2.0/ folder, can you try opening up the command prompt and placing both the ccxml file and .out file, then try this at the command line:

    dslite.bat --flash --config=TMS320F28069.ccxml newtry.out -u

    I was able to try this with the .out for the Flash API example and able to program the device.

    I think when the CMD error may be occurring due to the direction of the '.\' folder name that houses the newtry.out file.

    Thanks and regards,

    Charles