• 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...
  • 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...
  • 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...