Andes Workshop

It is currently Thu Mar 28, 2024 7:03 pm

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: 请教有没有办法设定stack的size?
PostPosted: Wed Jul 30, 2014 3:55 pm 
Offline

Joined: Fri Jul 04, 2014 5:49 pm
Posts: 1
如题,请问有没有办法设定 stack的size?


Top
 Profile Send private message E-mail  
 
 Post subject: Re: 请教有没有办法设定stack的size?
PostPosted: Fri Aug 01, 2014 5:26 pm 
Offline
User avatar

Joined: Fri Mar 04, 2011 9:36 pm
Posts: 500
Hi!
You can set start of stack in SAG script as following:
Detailed information is listed in Programming guide.

USER_SECTIONS .vector
SDRAM 0x00000000
{
EXEC 0x00000000
{
* (.vector)
* (+RO,+RW,+ZI)
* KEEP (.text.foo)
STACK = 0x00800000
}
}


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group