Hi! I have a problem with global xdata variables. In main.c I have the following code to make two global arrays.
unsigned int xdata fordonsnummer[100] _at_ 0x000; unsigned int xdata tomvikt[100] _at_ 0x0c8;
extern unsigned int xdata fordonsnummer[]; extern unsigned int xdata tomvikt[];