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.

TMS320F280021: Uniflash command line read memory address and save to file

Part Number: TMS320F280021
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hi,

I try to read the Unique ID from MCU TMS320F280021 using CLI.

the line is :

C:\ti\uniflash_8.8.0\dslite memory -c C:\M60_prog\user_files\configs\f280021.ccxml -r 0x000701F4  -o c:\M60_prog\exported-image.bin

when i run the command i get error Failed: unrecognised option '-o'

I can generate the command line in the Uniflash and modify the dslite.bat

set MODE=memory
set EXECUTABLE="!DEBUGSERVER_ROOT!bin\DSLite"

set GENERATED_COMMAND=-c C:\BRCM600_prog\user_files\configs\f280021.ccxml -f b -r ox000701F4 -o c:\BRCM600_prog\exported-image.bin

This is working but generated value is wrong, should be 02A5 but is cut to 02.

Can someone give me an example how can be read it correctly?

Thanks Constantin