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.
Hi, GUI_MEMCPY --- This macro allows replacement of the memcpy function. but when I replace this macro like: #define GUI_MEMCPY(pSrc, pDest, NumBytes) GUI__memcpy(pSrc, pDest, NumBytes) It doesn't work it was never called by library. I did excatly as was written in PDF. Do you have solution for this problem? Thank you a lot
Are you using pre-compiled GUI library or you have full source code? If you are using library delivered with Keil tools, macro won't help you since library is already compiled...