Re: [Tinyos-help] 32kHZ Timer on Intelmote2

2011-02-03 Thread Romek Kliś
Hi! It seems that the problem is with the Alarm32khzC component. Instead of using it I advise to use components HplPXA27xOSTimerC as HardwareTimers; components new HalPXA27xAlarmM(T32khz,1) as PhysAlarm32khz32; // provides AlarmT32khz,uint32_t and then wiring it up correctly.

Re: [Tinyos-help] 32kHZ Timer on Intelmote2

2011-02-03 Thread Sergio Valcarcel
Hi Romek, Great you solved it! I am sorry, I was checking it a little bit but I've realized that I have not enough experience with this interface. Cheers!! Sergio 2011/2/3 Romek Kliś roman.k...@gmail.com: Hi! It seems that the problem is with the Alarm32khzC component. Instead of using it

Re: [Tinyos-help] 32kHZ Timer on Intelmote2

2011-02-02 Thread Romek Kliś
Hi, Sure thing, let us take for instance the Alarm32khzC component which should provide the interface AlarmT32khz,uint32_t. The precision_tag (T32khz) describes number of clock ticks per second that is: For TMilli it is 1024 For T32khz it should be 32768 ... and so on I am thinking of if as if

[Tinyos-help] 32khz Timer

2007-07-16 Thread Min Guo
I want to use interface TimerT32khz on tmote sky, however I can not find any component which provides this timer. I found a component called Msp430Timer32khzC.nc which does not provide this timer interface. Does anyone have suggestions? Thanks. Best, Min