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

Size limit for single data-structure?

I seem to recall in the previous discussion forum there was a note relating to generating single, large, data-structures?

Is there a limit imposed by the C51 toolset on the size of a single data-structure?

Thanks,
Mark

Parents
  • Is there a limit imposed by the C51 toolset on the size of a single data-structure?

    Yes, there is a limit. You cannot create a structure that is larger than 64K. However, this is not REALLY a limitation since that is the limit of memory.

    Keil Support

Reply
  • Is there a limit imposed by the C51 toolset on the size of a single data-structure?

    Yes, there is a limit. You cannot create a structure that is larger than 64K. However, this is not REALLY a limitation since that is the limit of memory.

    Keil Support

Children
No data