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, Can anybody verify that the double DPTR featue in the C library does not work? The ?COPY2 function is missing from the library. I can assign a struct to another struct when the double DPTR option is not enabled, but when enabled, the linker compilains that it can't find ?COPY2 (which uses two DPTR I assume). Also memcpy(..) does not work. Andy
This is a known problem: http://www.keil.com/support/docs/1786.htm Download the 6.12 update from http://www.keil.com/update/ Jon