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: PID ROM and eCos


> Hi,
> 	I've got an application that uses serial, and I seem to be getting
> serial overruns at 38400 on the serial port on the PID but only when I'm
> running eCos out of the FLASH on board, the flash is 16-bit so is probably
> slow to load stuff from, 
> 
> So my question is how feasible is to build eCos for RAM, and build a small
> routine to link against it that boots up and copies all of eCos into RAM
> and starts it ?

Some platforms support ROMRAM. The HAL copies itself out of ROM into
RAM and then executes. I'd suggest you find such a HAL and use it as a
template to make your HAL do the same.

        Andrew

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