This is the mail archive of the ecos-devel@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: Scheduler problem with MPC855T port


On Thu, Mar 15, 2007 at 08:53:02AM +0100, khoffmann@mmm.com wrote:
> Hello Andrew, thanks for your quick reply!
> 
> Andrew Lunn <andrew@lunn.ch> wrote on 14.03.2007 09:55:36:
> > 
> > Timer tick. Run some of the kernel timer tests. I expect they will all
> > fail because your timer is not ticking.
> 
> Is there a function, that I have to hook on a special interrupt? 

Yes, look at the HAL. It will initialize the timer. eg normally
hal_clock_initialize, and the macro CYGNUM_HAL_INTERRUPT_RTC should be
the timer interrupt.

    Andrew


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