I have got an error, when i use any program in "flash" it generate the following error:
1. Data verification failed at address 0x3F6569 please verify target memory and memory map.
2. Function declared implicitly.
please give me some solution
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 got an error, when i use any program in "flash" it generate the following error:
1. Data verification failed at address 0x3F6569 please verify target memory and memory map.
2. Function declared implicitly.
please give me some solution
Nihal Gupta said:1. Data verification failed at address 0x3F6569 please verify target memory and memory map.
Nihal,
This is a duplicate question - Please see the responses on this thread
Nihal Gupta said:2. Function declared implicitly.
This is not a warning to ignore. It means a function doesn't have a prototype and the compiler has made some assumptions about the values you are passing/returning. That can quickly lead to a bug. This warning should always be corrected.
For other common errors and warnings for C28x, see the following wiki:
http://processors.wiki.ti.com/index.php/C28x_Compiler_Error_and_Warning_Messages
Regards,
Lori