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
Regards
I'm programming the CC3100MOD SimpleLink via Uniflash 3.4.1(I'm using CC3x serial(UART) interface and the device Wifi c3100) ,but I need to program with a batch file for automated setup and production line purposes.
Someone could share an example for me.
Thanks
Gildardo
Hi Gildardo,
There is a user's guide for using Uniflash to program a CC3100/CC3200 from the CLI that shows which commands to use for the CLI interface:
https://www.ti.com/lit/swru558
As for a batch file, I suggest you take a look at this E2E thread and try adapting the provided batch file for your use case:
Let me know if you need more clarification or have further questions on using Uniflash in a batch context.
Regards,
Michael
Thanks Michael for the support
The example was a great help. and resolved the issue.
I would like a programmatic way of knowing if the process has completed OK.There's some way to do this or by log files?
regards
Gildardo
Hi Gildardo,
You will likely need to parse through the output and ensure that only the success condition is returned for all of the operations you are performing with Uniflash.
In the example script there is checking of the errorlevel value, but that may or may not work depending on whether Uniflash consistently returns a non-zero error code when unexpected behavior is encountered.
Regards,
Michael