We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I've got this situation (uVision3 V3.02): Memory config: - RAM at 0x10000-0x20000 - Reserved area: 0x10000-0x10010 When using memcpy in this way:
unsigned char an_array[10] = "12345"; memcpy((void*)0x10000,an_array,5);