Other Parts Discussed in Thread: UNIFLASH
I’m using a CC26X2R1 LaunchPad to program my CC2340R5 IC. In UniFlash it takes about 8–9 seconds, but in the dslite.bat generated batch file it’s taking 12–13 seconds.
I also tried using the command-line:
DSLite noConnectFlash --config="..\..\..\user_files\configs\cc2340r5.ccxml" -e "..\..\..\user_files\images\HMCL_TPMS_CC2340R5RGE_COTA_Disabled_V4.0.0.hex"
Still, it takes 2–3 seconds extra because of the following initialization steps:
-
Initializing Register Database
-
Initializing: CS_DAP_0
-
Executing Startup Scripts: CS_DAP_0
-
Initializing: Cortex_M0P
-
Executing Startup Scripts: Cortex_M0P
-
Initializing: SEC_AP
-
Executing Startup Scripts: SEC_AP
Is there any way to run this initialization once and then only perform flashing afterward to reduce the cycle time?