From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 17 Feb 2006 08:05:06 -0800 Subject: Re: [Xenomai-help] no-brainer realtime issue From: Steven Seeger Message-ID: In-Reply-To: <43F5F2E0.7050201@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: Philippe Gerum Cc: "xenomai@xenomai.org" > Yous seem to be running in periodic timing mode, with a default slice of 125 > us. > Which parameters are passed to rt_task_set_periodic() and > rt_task_wait_period() in > your sampling task? I am confused why this matters? You said the latency test shows my realtime does not work, so clearly the problem I have isn't specific to my code, but rather to my system, right? Here is my call to rt_task_set_periodic: rt_task_set_periodic(&task, TM_NOW, rt_timer_ns2ticks(500000)); I don't pass any parameters to rt_task_wait_period() Steven