• error " Data segment too large"
    i have complete the program however, when i complier it with keil uVersion 2 c51 it always shown 'data segment too large' what's wrong? how can i solve it?
  • error " Data segment too large"
    i have complete the program however, when i complier it with keil uVersion 2 c51 it always shown 'data segment too large' what's wrong? how can i solve it?
  • 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...