This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I am trying to debug display example from SimpleLink MSP432E4 SDK - v:2.10.00.17 on Code Composer Studio Version: 8.0.0.00016
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\FlashMSP432.dll: The specified module could not be found.
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 0x00000000 do not match Please verify target memory and memory map.
CORTEX_M4_0: GEL: File: C:\Users\pchen\workspace_v8\display_MSP_EXP432E401Y_tirtos_ccs\Debug\display_MSP_EXP432E401Y_tirtos_ccs.out: a data verification error occurred, file load failed.
Thanks for your suggestion. I have CCSv8 an dSimpleLinkMSP432E4 SDK - v.2.10.00.17 installed but "FlashMSP432.dll" and "MSP432E401Y_FlashProperties" were not. I suspect that anti-virus software may interfere with the installation.
It works now after I copies these two files from another working computer.
"ccsv8/ccs_base/DebugServer/bin/FlashMSP432.dll", and
"ccsv8/ccs_base/DebugServer/propertyDB/MSP432E401Y_FlashProperites.
Phil