On Mon, Jun 12, 2017 at 6:11 AM, Denis Obrezkov <denisobrez...@gmail.com> wrote:
> 2017-06-11 22:38 GMT+03:00 Hesham Almatary <heshamelmat...@gmail.com>:
>>
>> Hi Denis,
>>
>> As per my previous reply, it is gonna be a challenge to make RTEMS
>> exes fit in 16 KiB of RAM, so it's a good idea to do some analysis on
>> the compressed ISA.
>>
>> Cheers,
>> Hesham
>>
> Ok, I will investigate this.
> Also, there is 8 KiB of ITIM (instruction tightly integrated memory), can we
> utilize it?
I assume so, but we have to choose the most critical code that should
be placed there (e.g. context switch, traps, etc) since 8 KiB might
not be enough for all of the text segment. You'll have to create
another linker segment for this. Have a look at RTEMS/Epiphany port
(that only has 32 KiB local memory) for a reference.

> --
> Regards, Denis Obrezkov



-- 
Hesham
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to