i have used the memcpy function to copy an array to another one .. uVision3 keil shows error as UNDEFINED REFERENCE TO memcpy ... i have included memory.h and string .h ..
the prob is solved .. in target options "do not use the system libraries" box is checked .. thatz the problem ..