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.
I have IAR to CCS ported code.
I can able to compile the code without any warnings. MCU :MSP430F2410
IDE: CCS V.6.0.1.00040
When i try to flash(debug mode) the code, it is giving me the below error
When i create a simple new project like below it is flashing without any problem.
int main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer while(1); return 0; }
What are the possibilities of this issue..
Hello,
There are many potential reasons why you are seeing a data verification error. The majority of them are documented here:
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS_-_Data_Verification_Errors
Thanks
ki
Hi Ki,
Thanks for the comment.
i can see Debugger memory map below in the provided link
But i need to know where is the option in CCS to view memory map & GEL files .
Where i can locate the Gel file.
I am using CCS 6.0.1.00040
Thanks in advance.
-Vinoth
In your screenshot above, look in the left panel. Right under "Memory Map" there is an option called "GEL Files"
Hello KI,
Above screenshot is from the link you provided, ther i can able to see the Memory map and GEL file options.
But in CCS ( Version: 6.0.1.00040 ) what i am using i searched to find those options but i not able to locate.
Below is the screenshot from my CCS.
I want to know where i can find memory map option in CCS and where i can locate GEL file.
Thanks,
Vinoth
This means the debugger memory map is not causing the data verification error. It is caused by one of the other potential issues listed