Other Parts Discussed in Thread: CC3220SF
Tool/software: Code Composer Studio
When using a brand new installation of Code Composer Studio v8 with all updates installed and CC32XX support installed on Windows 10 (1803), attempting to run any code on a CC3220SF-LaunchXL connected via direct USB to the device fails with the following output (in this case with the "network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs" sample code):
"Cortex_M4_0: GEL Output:
Memory Map Initialization Complete
Cortex_M4_0: Error initializing flash programming: Failed to load C:\ti\ccsv8\ccs_base\DebugServer\bin\FlashCC3220SF.dll: The specified module could not be found.
Cortex_M4_0: GEL Output:
Target Reset
Cortex_M4_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
Cortex_M4_0: File Loader: Verification failed: Values at address 0x010087F0 do not match Please verify target memory and memory map.
Cortex_M4_0: GEL: File: C:\Users\gourdcaptain\workspace_v8\network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs\Debug\network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs.out: a data verification error occurred, file load failed."
The cited DLL does in fact exist in the file system at this location. A web search found a suggestion to install the Microsoft Visual C++ 2010 Redistributable, which had no effect: e2e.ti.com/.../619455
