Part Number: TMDSCNCD28335
Tool/software: Code Composer Studio
Good Afternoon everyone,
I am currently trying to flash some code into the flash memory of the TMDSCNCD28335. As such, I am currently trying to use the BlinkingLED example on the Resource Explorer. I have noticed that there is also an example on flashing on the Resource Explorer as well, but I have not had any successes on trying to merge the code together.
I have also taken notice of this chunk of code :
memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (Uint32)&RamfuncsLoadSize);
which, copies time critical code and flash setup code into the RAM of the device that I am using. However, once I start building and loading the code in, this error occurs :
C28xx: File Loader: Verification failed: Values at address 0x04000@Program do not match Please verify target memory and memory map.
I have searched online for details and more information on memory mapping, but am unsure of where and how to begin. Any help would be very very much appreciated