Hi..
I have been working on Keil UVision4. I have written a code and it got compiled well. Now when i start debugging the code it says there was a memory mismatch at a address and the value at that address doesnt match the expected value. What could be the problem can some one please help me with this.
Regards, Srinivas.R
You must download the code to the controller before entering into debug mode. Hence, the procedure is, Compile, Build, Load (the code on the controller), Debug.
"Compile, Build, Load (the code on the controller), Debug."
I guess you with "Build" actually mean "Link".
The term "build" normally includes assembling, compiling, linking, ... - all steps from source code until you have a final executable.