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 [4096]" , to reserve 4k memory. Dietmar
Hi Try "huge" !! ..it works ! BSp: int huge array [10000][1]