Hi Guys,

I confirm this problem.

For me, the issue with AlarmMicro16C() came when I was porting cc2420x
to Zolertia Z1. The workaround I found was to reuse the Janos' cc2420x
code from telosa as much as possible.

The result of my hacks is the code here:
https://github.com/mszczodrak/tinyos-main/tree/z1_cc2420x (TinyOS fork
with the branch called 'z1_cc2420x')
At this point
- the timer seems to works (checked with Blinking)
- serial messages are sent (UART LED is blinking) but not received
- the wireless communication is not working
(as for the last two points, serial and RF do work in COOJA but not on
a real hardware).

Other observations:
- one needs z1/chips/cc2420x/tmicro/Msp430ClockP.nc and
z1/chips/cc2420x/tmicro/Msp430TimerC.nc to solve the AlarmMicro16C()
issue (now everything runs way too fast)
- adding the rest of z1/chips/cc2420x/tmicro/Msp430* makes the clock
to run at the right speed

So these are just few points that I found and didn't have time to dig more into.
I hope that this puts some light on the AlarmMicro16C() problem. And
perhaps someone would like to contribute to cc2420x on Z1?

Best,
Marcin

On Fri, Mar 21, 2014 at 2:52 PM, Eric Decker <[email protected]> wrote:
> look at the code generated and see how the h/w signal (event) flows back.
>
> If you post your TestC application code and its wiring, I'll try compiling
> it and looking my self.
>
> I'm not going to try to recreate what I think you did.
>
>
> On Fri, Mar 21, 2014 at 11:17 AM, wasif masood <[email protected]> wrote:
>>
>>
>> On Fri, Mar 21, 2014 at 12:03 AM, Janos Sallai
>> <[email protected]> wrote:
>>>
>>> MCUSleep
>>
>>
>> Neither of the above recommendations worked! Any other ideas please!
>>
>>
>>
>> --
>> 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

Reply via email to