ZigBee stack without malloc
Hi,
For our embedded Zigbee wireless application, we want to use the ST Zigbee stack.
Per design, we want to avoid the use of dynamic memory allication. Per default, the ST Zigbee stack internally seems to use malloc for memory allocation.
The ST application note AN5500 describes a way to let the application provide its own preallocated memory using the function ZbMemConfig(). However, this functions seems not to exist.
- Has anyone managed to use the Zigbee stack with pre-allocated memory and prevent the stack from using malloc?
- Is there an example provided by ST?
Thanks in advance!
Lukas