Tool/software: Code Composer Studio
Hello,
Due to some PC hardware error, I had to reinstall windows. After getting back on track (installing CCS 7.3, UniFlash) I've pulled back the code from GitHub and trying to run it. Building the source code is good as it was, no errors, but when trying to debug, I get some errors:
And a the console brings back:
Cortex_M4_0: GEL Output:
Memory Map Initialization Complete
Cortex_M4_0: Error initializing flash programming: Failed to load F:\ti\ccsv7\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\Daft\Desktop\hap_heater\custom_CC3220SF_LAUNCHXL_tirtos_ccs\Debug\custom_CC3220SF_LAUNCHXL_tirtos_ccs.out: a data verification error occurred, file load failed.
What could be the problem?