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