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]

Re: second alarm not triggering


Mahesh <mahesh@cranessoftware.com> writes:

>      Hi Robert,
>                Thanks once again for ur reply.
>                second alarm is added to the counter.I have debugged till
>  here.But the tick function is not called at all.I have put breakpoints
>  at ISR and also at DSR. Once the first alarm is triggered,control is not
>  at all going to ISR or DSR and hence not to tick function.
>  How can i debug it step by step.
>  Thanks and Regards
>  Mahesh

Are you waiting long enough for the next interrupt? Running with SID
will be several orders of magnitude slower than the real hardware. It
may take a long time for 10ms to pass in simulated time, depending on
the speed of your host.

Alternatively, there may be some differences between what the eCos
HAL expects of the hardware and what SID actually implements. 

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
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]