| ||||||||
Technical Support Support Resources Product Information | C51: MEMORY ALLOCATIONInformation in this article applies to:
QUESTIONIs there any way to dynamically allocate memory on an 8051? ANSWERYes. The source code for the memory allocation routines are found in the \KEIL\C51\LIB folder. You must set up the memory allocation routines to use XDATA for the memory pool. Check the following source files: INIT_MEM.C (Initializes the memory pool) Last Reviewed: Monday, May 17, 2004 | |||||||
| ||||||||