This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

based use xdate (ADUC 812)

i'm using AnalogDevicesuC 812.
If i'm don't mistake, I have an external memory on this ev. board.
I try do based use in this xdata but don't succsess.

memcpy (data_buffer, "DATA Buffer....", sizeof (data_buffer));
memcpy (xdata_buffer, "XDATA Buffer....", sizeof (xdata_buffer));
printf(data_buffer);
printf(xdata_buffer);

data_buffer has been ok, but xdata_buffer printed garbage...

maybe I need do some change in my ADuC812 board or do a change in keil propities?

0