I think the microsecond-precision timer is stopped when the MCU goes to sleep. You need to prevent the MCU from sleeping by implementing the MCUSleep interface.
Janos On Thu, Mar 20, 2014 at 12:39 PM, Eric Decker <[email protected]> wrote: > try msp430-46 instead and see if it changes anything. > > > > On Thu, Mar 20, 2014 at 1:50 AM, wasif masood <[email protected]> wrote: > >> >> He Eric, >> >> Its just a simple application with one AlarmMicro16C component I am >> testing, nothing else. Even the radio is not turned on! >> >> >> MSP toolchain is msp430-47, TinyOS-2.1.2. >> I did the two step installation iwth Debian packages from >> http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_TinyOS_2.1 >> and then later upgraded to mps430-47 tool chain to be used with Z1 nodes! >> >> BR, >> Wasif! >> >> >> >> >> On Wed, Mar 19, 2014 at 11:04 PM, Eric Decker <[email protected]> wrote: >> >>> >>> post all your code and I'll look at it. The TestC module. >>> >>> better yet. push your tree to a private github account. >>> >>> what version of tinyos are you using? >>> >>> where did you get it, etc. >>> >>> >>> >>> On Wed, Mar 19, 2014 at 5:56 AM, wasif masood <[email protected]>wrote: >>> >>>> >>>> >>>> Dear All, >>>> >>>> Somewho, the AlarmMicro16C() fired event is not called in my program! >>>> Here is the wiring: >>>> >>>> components new AlarmMicro16C(); >>>> TestC.AlarmMicro -> AlarmMicro16C; >>>> >>>> >>>> Neither call AlarmMicro.startAt( call AlarmMicro.getNow(), 4096);* nor call >>>> AlarmMicro.start(4096) is working, it seems that the AlarmMicro.fired event >>>> is never called though the call to Msp430AlarmC goes fine and I do see the >>>> correct values I pass.* >>>> >>>> >>>> Any suggestions please! >>>> >>>> -- >>>> Wasif Masood >>>> >>>> _______________________________________________ >>>> Tinyos-help mailing list >>>> [email protected] >>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >>>> >>> >>> >>> >>> -- >>> Eric B. Decker >>> Senior (over 50 :-) Researcher >>> >>> >> >> >> -- >> Wasif Masood >> > > > > -- > Eric B. Decker > Senior (over 50 :-) Researcher > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
