• Error: DATA: Segment too large.
    I am working on 89S52. By running my code I am stumble upon an error saying DATA: Segment too large. unsigned char BOARD_ADD=0; unsigned char ipd=0,td=0,xr=0,x2r=0,x3r=0,rxd[6]=0,ind=0,shift=0...
  • Error: DATA: Segment too large.
    I am working on 89S52. By running my code I am stumble upon an error saying DATA: Segment too large. unsigned char BOARD_ADD=0; unsigned char ipd=0,td=0,xr=0,x2r=0,x3r=0,rxd[6]=0,ind=0,shift=0...
  • Data Segment too large.
    I have been trying to drive a 5x7 dotmatrix display using SPI. I need five bytes per character, so all that data has to be stored in code memory. This means for 26 alphabets I need to store 26x5=130 bytes...
  • 'DATA': SEGMENT TOO LARGE
    Hi I have declaring a char array (char buffer[200]), when i compile the program i get a error as data segment too large. can any let me how do i solve the problem Thanks
  • Data Segment too large
    Pardon me for my ignorance as I am completely new to the 8051. I do have a query which I hope someone can help me with. I am using the 89C51RD2 which has 1KB internal RAM. When I compile my C code...