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.

CC1311R3: With Uniflash CLI mode, how to write secondary address

Part Number: CC1311R3
Other Parts Discussed in Thread: UNIFLASH

Hi team,

My customer use CC1311R. They want to use Uniflash CLI ( command line mode) to write IEEE secondary address. Please provide the exact command.

Thank you.

  • Jerry,

    This type of setting is included in the settings file when running from the command line.  These settings are very specific to the device being programmed so there is no overall users guide that lists them all.  The best way to do this is to use the UniFlash GUI to configure all the settings you want and then go to "Standalone Command Line" and generate the standalone package.  This will generate a zip that has everything needed to run UniFlash from the command line for that device, including the program to flash and all the settings that are selected.  

    You can just run the .bat/.sh in the zip to execute UniFlash.  It will run UniFlash and use all the specified settings.  If you want to inspect the settings they are in /user_files/settings/generated.ufsettings.   In this case the settings file would contain: 

    {"Texas Instruments XDS110 USB Debug Probe/Cortex_M4_0":{"DeviceBleSecondary":"08"}}

    Here 08 is the address I specified in the GUI.

    You can also call the command line with something like this to get a list of device specific commands:

    dslite.bat -c <your ccxml file> --list-device-cmds 

    https://software-dl.ti.com/ccs/esd/uniflash/docs/v5_0/quick_start_guide/uniflash_quick_start_guide.html#command-line-interface

    Regards,

    John

  • Thanks John.

    I can use CLI command being like uniflash.

    regards,

    hark