• Data Too Large
    Can some one tell me how to solve the following problem: When try to compile my code I receive the message: DATA Segment Too Large. I dont know if its a porblem of the SE - uVision2 or of I making any...
  • Data Too Large
    Can some one tell me how to solve the following problem: When try to compile my code I receive the message: DATA Segment Too Large. I dont know if its a porblem of the SE - uVision2 or of I making any...
  • 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...