We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
As the compiler is not complaining, could this be a hardware problem? What happens in the simulator?
Thanks for response, I'm using the software from Keil. There is a external bus controller, which controls the CS for the external RAM and Flash. The external memeory areas are registered in the user Locater map. The Array was linked correctly in the external memory (Adress was correct). It is true, there is no limitation in array size? Every other thing is wrong.. Dietmar
Have you tried the simulator?
Hi Try "huge" !! ..it works ! BSp: int huge array [10000][1]