• 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
  • C249 : 'DATA' : SEGMENT TOO LARGE
    i obtain this message "C249 : 'DATA' : SEGMENT TOO LARGE" when i build my program; i dont know what's the problem can you give me the solution ? thanks for your help.
  • 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 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...