This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re-use RedBoot RAM segment in the application


On 07/01/2011 06:28 AM, Elad Yosef wrote:
Hi all,
My Target is short with RAM and I want to use the RedBoot RAM in the
application as well.
Is it possible? it is a waste of RAM if not.

It's only a waste if your application does not use RedBoot for runtime services. By default, your code will call functions in RedBoot for such things as console I/O, network debug support, GDB support, etc. You can only reuse RedBoot's RAM section if you are not using any of those (CYGSEM_HAL_USE_ROM_MONITOR == 0)

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]