Tool/software: Code Composer Studio
I recently obtained an EZDSP5535 to use for a project. I am currently working with the CSL to get familiar with the functionality of this board and I am running into an interesting problem.
Whenever I add csl_sysctrl.c to my project, I am no longer able to debug. When I build, I run into no issues, but when I go to debug, I get the following error message:
"C55xx: File Loader: Verification failed: Values at address 0x00000@DATA do not match Please verify target memory and memory map."
I have tried to check that I was not doing anything incorrect with the linker file, but I can't seem to see anything out of place. The problem is solved when I exclude this c file from the build, but I need this file to use the EZDSP's BSL.
I am running CCS7 on Windows 10
Any advice?