Hi,
How do set up the stack/heap size in IAR EW8051 properly?
IDATA = 0xC0
PDATA= 0x80
XDATA=0x190
How does these numbers relate to the XCL linker file? Is there any guidelines to adjust it?
Thanks,
-Hailin
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.
Hi,
How do set up the stack/heap size in IAR EW8051 properly?
IDATA = 0xC0
PDATA= 0x80
XDATA=0x190
How does these numbers relate to the XCL linker file? Is there any guidelines to adjust it?
Thanks,
-Hailin
Hi,
you will find some information about the stack/heap on this app note:
http://www.ti.com/lit/ml/swra298/swra298.pdf
tell me if this answer you questions.
Regards