...
Note: The memory module must be initialized by the application by calling Mem_Init()
prior to calling Net_Init()
. We recommend initializing the memory module before calling OSStart()
, or near the top of the startup task.
Heap Memory Calculation
The µC/LIB memory heap is used for allocation of the following objects:
...
The approximate memory heap size may be determined according to the following expressions:
Example
With the following configuration, the memory heap required is:
...