From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12369 invoked by alias); 14 Oct 2003 09:36:49 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 12359 invoked from network); 14 Oct 2003 09:36:46 -0000 Received: from unknown (HELO cranessoftware.com) (203.200.61.237) by sources.redhat.com with SMTP; 14 Oct 2003 09:36:46 -0000 Received: from MAHESH [10.0.0.111] by cranessoftware.com [10.0.0.7] with SMTP (MDaemon.Standard.v4.0.5.R) for ; Tue, 14 Oct 2003 14:54:43 +0530 From: Mahesh To: mohanlal jangir Cc: radhakrishnan R , ecos In-Reply-To: References: <1066103852.1058.1.camel@MAHESH> <1066105298.1050.6.camel@MAHESH> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 14 Oct 2003 09:36:00 -0000 Message-Id: <1066122702.2531.6.camel@MAHESH> Mime-Version: 1.0 X-MDRemoteIP: 10.0.0.111 X-Return-Path: mahesh@cranessoftware.com X-MDaemon-Deliver-To: ecos-discuss@sources.redhat.com Subject: [ECOS] thanks for the support Re: [ECOS] stops at start function X-SW-Source: 2003-10/txt/msg00212.txt.bz2 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