Andes Workshop

It is currently Thu Mar 28, 2024 11:48 pm

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Software overlay sample code
PostPosted: Tue Jun 24, 2014 5:51 pm 
Offline
User avatar

Joined: Fri Mar 04, 2011 9:36 pm
Posts: 500
USER_SECTIONS .section0, .section1, .section2
ROM 0x0
{
RAM 0x0
{
*(+RO, +RW, +ZI)
STACK = 0xA00000
}
}

ROM_OVLY 0x14000
{
RAM2 0x4000 OVERLAY 0x0
{
.overlay0 {* (.section0)}
.overlay1 {* (.section1)}
.overlay2 {* (.section2)}
}
}

Example:
Attachment:
sw-overlay1.png
sw-overlay1.png [ 21.38 KiB | Viewed 7658 times ]

Attachment:
sw-overlay-sag.zip [2.02 KiB]
Downloaded 785 times


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

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 10 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group