Hello!

I need to measure time in my application. I had no problems with TelosB
platform (interface Counter<TMilli, uint32_t> provided by the component
CounterMilli32C) but I have encountered problems with MicaZ.

Unfortunately I have not found solution in the forum or in the
tutorials. According to the TEP 102, I should use Timer 0 in order
to overcome power-saving modes of Atmega128. Currently I am using
Counter<TMilli, uint32_t> provided by component Atm128CounterC(TMilli,
uint32_t). I have following errors:

In component `MemoryTestAppC.AppCounter':
/opt/tinyos-2.1.1/tos/chips/atm128/timer/Atm128CounterC.nc: In function
`Counter.get':
/opt/tinyos-2.1.1/tos/chips/atm128/timer/Atm128CounterC.nc(MemoryTestAppC.AppCounter):52:
Timer.get not connected
make: *** [exe0] Error 1

Which component should I use with MicaZ for Counter?

Thank you very much for any help!

Best regards,
Martin
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to