Hi Gilles, i added this in configure of xenomai so i pass --enable-arm-mach=imx25 imx25) arch=5 tsc_type=__XN_TSC_TYPE_FREERUNNING;; Furthermore in plat-mxc/include/mach/mxc.h explain which are cpumx2 and imx25 is NOT mx2 #define cpu_is_mx2() (cpu_is_mx21() || cpu_is_mx27()) i don't understand a things. Does the tsc necessary to calculate correct timer period, or can i disable tsc and xenomai continue work correctly ? However i cannot use tsc in my simple application. I resend the simple C application that doesn't work. Il 10/04/2012 13:25, Gilles Chanteperdrix ha scritto: > On 04/10/2012 12:39 PM, Roberto Bielli wrote: >> Hi Gilles, >> >> i tried your code but th behavior is the same. >> >> Then i tried a linux base app and works correctly. > The tsc physical address passed to user-space looks wrong. > > void __ipipe_mach_get_tscinfo(struct __ipipe_tscinfo *info) > { > info->type = IPIPE_TSC_TYPE_FREERUNNING; > if (cpu_is_mx1()) { > #ifdef CONFIG_ARCH_MX1 > info->u.fr.counter = (unsigned *) (TIM1_BASE_ADDR + MX1_2_TCN); > #endif > } else if (cpu_is_mx2()) { > #ifdef CONFIG_ARCH_MX2 > info->u.fr.counter = (unsigned *) (GPT1_BASE_ADDR + MX1_2_TCN); > #endif > } else if (cpu_is_mx3() || cpu_is_mx25() ) { > #if defined CONFIG_ARCH_MX3 || defined CONFIG_ARCH_MX25 > info->u.fr.counter = (unsigned *) (GPT1_BASE_ADDR + MX3_TCN); > #endif > } > info->u.fr.mask = 0xffffffff; > info->u.fr.tsc =&tsc->full; > } > > Here cpu_is_mx2() will return true, and we will not go to cpu_is_mx25(). > > Are you using the tsc in user-space? > > If you are passing --enable-arm-mach=mx2 to xenomai configure > script, you are using the tsc in user-space, and it is a wonder > how it works. > -- +------------------------------------------------------------------------------------------------+ Roberto Bielli Sviluppo Software Axel S.r.l. Via Del Cannino, 3 21020 Crosio Della Valle Varese - Italy Telefono: +39 0332 949600 Fax: +39 0332 969315 E-mail: roberto.bielli@domain.hid Web Site: www.axelsw.it +------------------------------------------------------------------------------------------------+ Si precisa che le informazioni contenute in questo messaggio sono riservate e ad uso esclusivo del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a terzi, dandocene gentilmente comunicazione. Grazie. Informativa sul trattamento dei dati personali (D. Lgs. 196/2003). I dati utilizzati per la spedizione del presente messaggio sono utilizzati da Axel S.r.l., titolare del trattamento, per l'invio delle comunicazioni dei diversi settori aziendali, non essendo autorizzata la divulgazione a terzi. Potrete rivolgere alla seguente mail richieste di verifica, rettifica o cancellazione dei Vostri dati: info@domain.hid This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail.Thank you. +------------------------------------------------------------------------------------------------+