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
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