This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: eth-driver fails in ROM-build


>>>>> "Jasper" == Jasper Goseling <j.goseling@3t.nl> writes:

Jasper> I'm working under Windows with the latest CVS sources.  Does
Jasper> anybody have any idea what could be wrong here?

Bad performance? ROM will be slower than RAM - maybe the code simply
executes too slow to handle the interrupts in a timely manner.

If this is the case, you may want to look into implementing ROMRAM
startup for the platform. That would copy code and rodata out of ROM
into RAM before the application is started.

Jesper

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