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

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

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

Children