From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14193 invoked by alias); 15 Mar 2007 08:28:39 -0000 Received: (qmail 14163 invoked by uid 22791); 15 Mar 2007 08:28:37 -0000 X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_20,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Mar 2007 08:28:32 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1HRlJx-0005AH-00; Thu, 15 Mar 2007 09:28:25 +0100 Date: Thu, 15 Mar 2007 08:28:00 -0000 To: khoffmann@mmm.com Cc: ecos-devel@ecos.sourceware.org Subject: Re: Scheduler problem with MPC855T port Message-ID: <20070315082825.GA28547@lunn.ch> References: <20070314085536.GA29955@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2007-03/txt/msg00004.txt.bz2 On Thu, Mar 15, 2007 at 08:53:02AM +0100, khoffmann@mmm.com wrote: > Hello Andrew, thanks for your quick reply! > > Andrew Lunn wrote on 14.03.2007 09:55:36: > > > > Timer tick. Run some of the kernel timer tests. I expect they will all > > fail because your timer is not ticking. > > Is there a function, that I have to hook on a special interrupt? Yes, look at the HAL. It will initialize the timer. eg normally hal_clock_initialize, and the macro CYGNUM_HAL_INTERRUPT_RTC should be the timer interrupt. Andrew