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.
Tool/software: Code Composer Studio
I have problem to program secondary IEEE on CC1310 with dslite.bat file
Uniflash is generating Standalone Command Line utility that includes genertated.ufsetting with with secondary mac value.
When dslite batch file is execauted it fails to program or recognize -l option.
Executing default command:
> dslite flash -c user_files/configs/cc1310f128.ccxml -l user_files/settings/gen
erated.ufsettings
Failed: nothing to do
Usage:
dslite flash --config=ccxml-file [options] [flash-file1 ...]
Options:
-c [ --config ] arg Configuration (ccxml) file.
-l [ --load-settings ] arg Apply settings file generated by UniFlash GUI.
I was able to program and read back secondary IEEE MAC from UniFlash GUI but we need automated method to setup production line.
Andrew