I done with cortex-m3 in keil.. I edited some part in timer example program. While compiling no errors and warnings. But while building it is displaying as Target not created. Please help me.
check the Build Output window for errors (where you see Target not created). Scroll up the in that window to see the list of errors.
Google search for the errors or post them here. :)
May sure you are building the whole project, not just the file you changed. If it doesn't create the target you've got some errors you're not observing properly. Look harder.
One warning is there.. It is coming as systemclockupdate.. I couldnt find where i done the mistake. Please help me..