This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 [4096]" , to reserve 4k memory.

Dietmar

0