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]
Other format: [Raw text]

Questions about RTC


Hello All,

I am porting ecos to a new platform i.e PHILIPS LPC2106. I have managed to
get the Hello ecos world working :) . I will be posting a patch as soon as I
get everything working.

The two threads example does not work on my board so I have some questions
about Clock control

The timer is working properly and generates a interrupt every 10ms as
expected. I have defined the timer interrupt value as
CYGNUM_HAL_INTERRUPT_RTC.
The delaying routines have been implemented and work properly. But the
scheduling does not seem to work properly as expected.

Actually even after #defining CYGNUM_HAL_INTERRUPT_RTC i do get a interrupt
in my hal_IRQ_handler, I was expecting that this interrupt would be handled
some where in kernel after defining CYGNUM_HAL_INTERRUPT_RTC.

Is my understanding correct ? Correct me if I am wrong.

Or is there anythng else I need to look into ?


Thanks,
Ashwin





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


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