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.

Load existing Target Configuration File (*.ccxml)

Other Parts Discussed in Thread: UNIFLASH

Hi all

I want to load existing configure file with loading program, when i run my batch file,now i am calling uniflash.exe through batch file, its working fine,but i am not able to load existing confi file.

Thanks & best regards.

Raikar A g

  • Raikar, 

    here is an example on how to load ccxml through command line:

    Use the -core argument for multicore devices (ie; Concerto accessing the C28 core), load settings from a session file (changes default to erase Necessary Sectors Only), load a program, and running the target after program load
    uniflash -ccxml ../configs/F28M35H52C1_XDS560.ccxml -core "C28" -loadSettings ../session/f28m35.session -program ../programs/f28m35_c28_blinky.out -targetOp run

    You can find more examples in the file "<uniflash install>\v3.00.00031\uniflashv3\ccs_base\scripting\examples\uniflash\cmdLineuniFlash_example.bat"