Hi...
Is there any way to declare large size of array?
example:
char arr[200*1024];//200kb
Thanks
Not as an automatic variable. use static or externally linked variables, assuming you have enough RAM. Note that an LPC2468/78 has only 98 KB internal RAM...
Why not?
It's probably not a good idea, but I don't see any particular reason that would prevent it - if you really wanted to...
View all questions in Keil forum