• auto segment too large
    Hey i have written a code. In that i am getting error of AUTO SEGMENT TOO LARGE....so wat does it mean.... i didnt understand meaning of term from the definition given at your site.... So pls tell...
  • 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
    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...
  • '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
  • SEGMENT TOO LARGE
    Hi, first of all, thanks a lot to Dan Henry and Drew Davis for their answers about generic pointers. And now my problem is: compiling this dummy code I get the following error: void tst_mem_large...