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:
executable -- DSLite, config file -- .ccxml, setting file -- .ufsettings
Thanks in Advance.