[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sparc stack and heap



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