Re: [ECOS] problems with RTC

2007-04-11 Thread Nick Garnett
Michele Paselli <[EMAIL PROTECTED]> writes: > Hi all, > > I'm developing a radio driver for an AT91 platform and I need to > change the time granularity in order to make some precise latency > measures. In order to have a frequency multiplied by 10 (1 KHz since > the default is 100Hz) I multip

[ECOS] problems with RTC

2007-04-10 Thread Michele Paselli
Hi all, I'm developing a radio driver for an AT91 platform and I need to change the time granularity in order to make some precise latency measures. In order to have a frequency multiplied by 10 (1 KHz since the default is 100Hz) I multiplied by 10 the CYGNUM_HAL_RTC_DENOMINATOR parameter. I a