2007-02-27 09:27 PM
Fail to create memory block using Malloc function
2007-02-23 06:45 PM
Hello,
I tried to create a dynamic array using malloc function. However, there is no memory space being allocated. I've been looking for the solutions and tried some methods like changing the scatter file, retarget.c and 71x_init.s. Yet, it didn't work. Did I miss out something else. Kindly advise.2007-02-25 07:46 PM
hi yak,
did you resized your heap size memory ? you need to fit the size of possible heap memory with your need.2007-02-26 02:12 PM
Hi Ibtissem,
I've tried alter the scatter file but it doesn't work. Can you provide me the source code for scatter file. Thanks in advanced.2007-02-27 09:27 PM