I am trying to use scripts provided with Uniflash to load my board from the command line rather than from CCS. It is working, but Uniflash seems to be significantly slower than CCS (e.g, 40s vs 135s).
Here is the loadti call:
C:\ti\uniflashv3\ccs_base\scripting\examples\loadti\loadti.bat -c=myprojectdir\RM42L432.ccxml myprojectdir\myprogout"
In my project settings in CCS, I have "Necessary Sectors Only (for Program Load)" checked under Debug -> Flash Settings -> Erase Options, but I can't find an analog in loadti.sh/bat.
Is there any way to find out what CCS uses and use its commands instead?