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.

TMS320F28379D: Uniflash not running bootloader successfully

Part Number: TMS320F28379D
Other Parts Discussed in Thread: UNIFLASH

Hi all,

I am trying to flash a Bootloader onto a custom board with the TMS320F28379D chip using a JTAG - XDS200v2. 

When loading from CCS the upload goes smoothly and the LED's on the board light up so I know its running.

When loading from Uniflash, no errors are returned however the LED's fail to light up.

I have attempted to load both a .out and a .bimg file (with load address 0x080000 as specified by the chip). Minimal adjustments to the default settings have been made, only execute CPU reset after program load, and run target after program load have been selected.

After no luck I exported my project with the stand alone command line package. I have manually added in a run command ( -u ) after the executable file however this still has had no influence. 

my generated command is executed from python and looks like:

common_args = executable + ' flash -r 0 -u -c '+config_file +' -l ' + setting_file + ' -s VerifyAfterProgramLoad=2 -e -f -v '+bootloader_file

executable -- DSLite, config file -- .ccxml, setting file -- .ufsettings 

Thanks in Advance.