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.

CCSv6.1.1 (compiler version: 6.2.11): Adding class constructor to code results in C28xx: File Loader: Verification failed: Values at address 0x0000000000004000 do not match Please verify target memory and memory map.

Guru 19965 points
Other Parts Discussed in Thread: TMS320F28335

Hello,

I am using an XDS100v2, CCSv6.1.1 and compiler version v6.2.11 for the C2000 (TMS320F28335).

After adding a constructor to a class (I only have one class in my program), The following error appeared when I tried to download the program to the target:

CCSv6.1.1 (compiler version: 6.2.11): C28xx: File Loader: Verification failed: Values at address 0x0000000000004000 do not match Please verify target memory and memory map.

Why is the constructor causing an issue?

Stephen