Part Number: TMS320F2812
Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
While using Uniflash 5.1 and code composer 9 I created a command line script to target 1 of 2 TMS32f2812 DSP's which need the flash unlocked. The script aborts with "Failed: Unknown Property: FlashKey0"
The generated.ufsettings file has the keys in a json structure but the dslite.exe does not appear to like the syntax of the file. Any ideas. I cannot get the GUI to reprogram over JTAG but it looks like the command line tool has a connection to the XDS100V2 it just can't parse the json structure?
generated.ufsettings output =
{"Texas Instruments XDS100v2 USB Emulator_0/C28xx":{"FlashOSCCLK":30,"FlashKey7":"7777","FlashKey6":"7777","FlashKey5":"7777","FlashKey4":"7777","FlashKey3":"7777","FlashKey2":"7777","FlashKey1":"7777","FlashKey0":"7777","FlashVerboseMode":false}}
Running on Windows 10 Pro.
