unsigned char xdata arr[];数组定义在外部arr[0] = XBYTE [0000]; 数组的起始地址
使用关键字 xdata,在外部ram定义一个有10个元素的无符号字符数组uint8如下:unsigned char xdata uint8[10];