[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - How to allocate the SDRAM

How to allocate the SDRAM

Any technical questions about the Epiphany chip and Parallella HW Platform.

Moderator: aolofsson

How to allocate the SDRAM

Postby Richardye » Sat Dec 19, 2015 11:46 pm

Richardye
 
Posts: 8
Joined: Mon Sep 07, 2015 6:30 pm

Re: How to allocate the SDRAM

Postby sebraa » Tue Jan 12, 2016 3:09 pm

If you check the original linker scripts, you will notice that the shared memory area is 32 MB in size and divided in two parts. The first part is reserved for the C library and other stuff, the second part is reserved for the heap.

If you do not use the heap on the Epiphany cores, you can use the upper half of shared memory freely (offset 0x00100000).
If you do not use functions from the C library on the Epiphany cores, you can use the lower half of shared memory freely (offset 0).
sebraa
 
Posts: 495
Joined: Mon Jul 21, 2014 7:54 pm


Return to Epiphany and Parallella Q & A

Who is online

Users browsing this forum: No registered users and 16 guests

cron