sparc stack and heap

Aleix Conchillo Flaqué aconchillo at ieec.fcr.es
Tue Jul 25 13:45:59 UTC 2006


Thanks for the answer Chris.

I'll need to modify some things from the ERC32 bsp, because I need to  
keep some data into RAM between reboots, so I'll have to play with  
heap and workspace addresses.

Regards,

aleix

On 25 Jul 2006, at 15:23, Chris Johns wrote:

> Aleix Conchillo Flaqué wrote:
>> I'll answer my self, task stacks are allocated in the heap. Right?
>
> No the workspace.
>
> You need to decided now to the split the memory between the  
> workspace and the heap. The typical way is to place the workspace  
> at the top and the heap between the end of .bss and the start of  
> the workspace.
>
> Regards
> Chris




More information about the users mailing list