Define Addr. Space of Task

Adam Lackorzynski adam at os.inf.tu-dresden.de
Tue Mar 21 00:14:58 CET 2017


Hi,

On Mon Mar 20, 2017 at 14:33:17 +0100, ba_f wrote:
> is it possible to link a single task to a specific memory region?
> 
> Because, I have a platform with a secure DRAM.
> But the secure DRAM is small, and the complete design with all the tasks
> won't fit.
> So, I'd like to link only one task to the secure DRAM, and all the others to
> the ordinary DRAM.
> 
> Is this possible, or is there to much dynamic allocation?

Linking a program to a specific location is well possible.
However, the extra memory region is not part of the normal RAM but an
extra piece of memory? How is it accessed? And how big is it?


Adam




More information about the l4-hackers mailing list