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]

thanks for the support Re: stops at start function


Hi,
    I got the error in my problem.
    I had allocated a pointer to a structure,but in this particular
flow,it missed the assignment of address of structure to the pointer and
hence the pointer was pointing to 0x0.
    It was changing this address contents and hence getting stuck.
Thanks for the support the group gave to me.It was really a good
experience.
Once again thanks all
Thanks and Regards
Mahesh
      
On Tue, 2003-10-14 at 10:13, mohanlal jangir wrote:
> 
> > I want first alarm to trigger only once.
> >  Second alarm i want to trigger is different from first one.
> > But after my first alarm gets triggered,RTC  ISR is not called at all
> > and hence tick function is not called.So there is no increment in real
> > time counter and hence no trigger.
> > What may be the reason for ISR not to be called?
> >
> Do you mean, when your first alarm is triggered, the ISR registered is not
> called!! If I understand your query properly, I would suggest you to check
> following -
> 1. You are registering ISR, with cyg_alarm_create
> 2. Make 4th and 5th argument of cyg_alarm_create "global static". (Basically
> I want to make sure, that valid memory is allocated for those arguments).
> 3. Make sure your alarm is really triggered. Can you send the code snippet,
> which is creating and initialising the alarm?
> 
> Regards
> Mohanlal
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 
> 
-- 
Mahesh M Patil
Software Engineer
Cranes Software International Limited
VasanthNagar
Bangalore
Mobile:9845579634
Office:2381740/1/2 Extn:234
www.cranessoftware.com


_______________________________________________
This email with any attachments is for the exclusive use of the intended
recipient/s & may contain confidential & legally privileged information.
If you are not the intended recipient pls notify the sender immediately
& delete the email from your system. Any unauthorised use, disclosure,
printing, dissemination, forwarding or copying of this mail is strictly
prohibited and unlawful.
Visit us at : http://www.cranessoftware.com



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