From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17244 invoked by alias); 9 Oct 2003 00:42:32 -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 17236 invoked from network); 9 Oct 2003 00:42:31 -0000 Received: from unknown (HELO sanmx04.sanyo.co.jp) (134.180.230.89) by sources.redhat.com with SMTP; 9 Oct 2003 00:42:31 -0000 Received: from sanmx04.sanyo.co.jp (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 30438658EF; Thu, 9 Oct 2003 09:42:30 +0900 (JST) Received: from mx.sc.sanyo.co.jp (unknown [10.152.16.18]) by sanmx04.sanyo.co.jp (Postfix) with ESMTP id 13314658EE; Thu, 9 Oct 2003 09:42:29 +0900 (JST) Received: from bvt.sc.sanyo.co.jp (bvt.sc.sanyo.co.jp [10.152.206.4]) by mx.sc.sanyo.co.jp (8.10.2+Sun/3.7W) with ESMTP id h990e0V10589; Thu, 9 Oct 2003 09:40:00 +0900 (JST) Received: from [10.152.206.21] ([10.152.206.21] unverified) by bvt.sc.sanyo.co.jp with Microsoft SMTPSVC(5.0.2195.6713); Thu, 9 Oct 2003 09:42:28 +0900 Date: Thu, 09 Oct 2003 00:42:00 -0000 From: Satish Kumar To: Mahesh Cc: ecos In-Reply-To: <1065602396.11174.15.camel@MAHESH> References: <1065602343.1050.11.camel@MAHESH> <1065602396.11174.15.camel@MAHESH> Message-Id: <20031009093914.16F2.SATISH@bvt.sc.sanyo.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Oct 2003 00:42:28.0184 (UTC) FILETIME=[37150580:01C38DFE] Subject: Re: [ECOS] Spurious interrupt X-SW-Source: 2003-10/txt/msg00152.txt.bz2 well, it seems that u have not defined the RTC interrupt vector in ur hal_platform_ints.h file.. firstly check if u r RTC interrupts are gettin invoked..? if yes the corresponding ISR routined should be called..put a breakpoint in ur ISR routine and debug ur code. this will help u to diagnose ur code.. satish On 08 Oct 2003 14:09:56 +0530 Mahesh wrote: > Hi, > > > I am using eCos for Arm pid target.I am using sid for printf's > .I am working on PC only not on board.In my code i have 5 threads being > created in cyg_user_start function.Alarm's are being used by the threads > for some tasks.I am using real time clock for alarms.tick function is > called after the scheduler is started,but once the first alarm is > triggered,tick function is not called at all.So my second > alarm(different from first one) is not triggering and the program is > getting stuck. > > The program is going into spurious INTR code. > What is this spurious interrupt? > Is this the reason for tick function not to be called and second alarm > not to be triggerd ? > > > Plz reply for this mail. > Thanks and Regards > Mahesh > > -- > Mahesh M Patil > Software Engineer > Cranes Software International Limited > VasanthNagar > Bangalore > Mobile:9845579634 > Office:2381740/1/2 Extn:234 > www.cranessoftware.com > -- > 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 -- Satish Kumar -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss