From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 28 Feb 2006 05:45:59 -0800 Subject: Re: [Xenomai-help] resume/suspend periodic timing issue From: Steven Seeger Message-ID: In-Reply-To: <17411.18293.205947.507401@domain.hid> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: "xenomai@xenomai.org" I have never see an RTOS exhibit this behavior, and previous versions of Fusion and the classic RTAI did not. Steven On 2/27/06 10:39 AM, "Gilles Chanteperdrix" wrote: > > This behaviour is due to the way the overruns are accounted for: not > having called rt_task_wait_period while the periodic timer elapses is > currently considered an abnormal usage of the interface, and counted as > an overrun. > > A way around this behaviour is to create an alarm object with > rt_alarm_create, and use rt_alarm_start and rt_alarm_wait for each > shot.