Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Please refer to section µC/LIB Documentation for more details on the µC/LIB module and its configuration.

Heap Memory Calculation

The µC/LIB memory heap is used for allocation of the following objects:

...