• is array size limited?
    Hi, When i run the program below with the array size as 255,the random values are getting stored in the value array correctly.But if I increase the size of the array to 256 only '0's'(zeros) are getting...
  • is array size limited?
    Hi, When i run the program below with the array size as 255,the random values are getting stored in the value array correctly.But if I increase the size of the array to 256 only '0's'(zeros) are getting...
  • limitation in array size?
    Hello, is ther a limitation in array size? "unsigned char huge test [2048]" works fine. One kByte more, and the processor is hanging up. The compiler makes no trouble. eg. unsigned char huge test...
  • compiler problem- size limited
    Iam developing a firm ware for fx2 on 8051. I have a evaluation version of keil C where the object file is limited to 4K. Iam not able to generete the hex file as the size is limited .Also I need bin...
  • code size limitation to 64k?
    Hi The problem reported in '6286 sprintf malfunction?' seems to be a more general problem: I guess that I can't have a code size more than 64k. How to break this limit? I have read, that the 80C166...