Part Number: LAUNCHCC3220MODASF
Other Parts Discussed in Thread: CC3220SF, UNIFLASH
Tool/software: Code Composer Studio
Hi,
I'm developing for the CC3220SF on Linux using gcc, make, etc., and currently program the CC3220's external serial flash, in development mode, with a bit of Uniflash from the shell:
/opt/ti/uniflash_5.2.0/dslite.sh --mode cc32xx \
project program --name $project --dev
It takes well over a minute before the new code runs given the bootloader has to spot the internal parallel flash is out of date and update that too.
I understand CCS has the option, or always does it, of writing to the internal flash directly, cutting out the external-flash write? Is that correct? Or does it instead write to SRAM and execute that instead, leaving both flashes alone?
Either way, I'd like to obtain the same effect but sticking to the command line. I've the XDS110 on the LAUNCH development board, a separate XDS110 probe, and a Segger J-Link to hand. How can I achieve a faster edit-compile-run cycle from the command line using those, whether by running CCS in some non-GUI manner, kicking off the external-to-CCS process which CCS runs, or something else entirely?
Thanks, Ralph.

