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.

TMS320F28335: IS NOT RESETING CORRECTLY

Part Number: TMS320F28335
Other Parts Discussed in Thread: UNIFLASH

I have created the standalone command line and I'm tryin to flash the electronic and then reset it.

After that, the program does not working, the electronic does not start..

But if I unplug the debugger, the electronics work properly with the program that I flash.

The cmd that I use to reboot the electronic is that:

dslite.bat --mode flash --config=TMS320F28335.ccxml -e program.out -r 0
Thanks
  • Ekaitz,

    I'll need to talk to some others on this one, but I have a concern that the JTAG/TRSTn signal + the EMU0/1 signal may be interfering with the normal boot process since you don't see this with the emulator unplugged.  There should be a way to tell uniflash to boot to flash, but I'm not able to find it at the moment. 

    I'll try and get another response by tommorow US time.

    Best,

    Matthew

  • Ekaitz,

    Can we try the --mode load, instead of flash?  I've seen this set the PC entry point automatically after loading the code to the C2000.

    Syntax would be

    dslite --mode load -c TMS320F28335.ccxml -f user_files\images\program.out