Tool/software: TI-RTOS
What is the maximum number of entries in the lookup table (numEntries)? What does this parameter affect? What are the boundaries of his assignment? How to choose this number correctly?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
What is the maximum number of entries in the lookup table (numEntries)? What does this parameter affect? What are the boundaries of his assignment? How to choose this number correctly?
Hi Michael,
SharedRegion.numEntries defines the number of shared regions in the system. You can set this to however many shared regions you need, but increasing it will reduce the maximum size of each region.
See
and
for more information on SharedRegions.