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.
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
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