[Tinyos-help] blip not working in a custom hardware
Stephen Dawson-Haggerty
stevedh at eecs.berkeley.edu
Sun May 3 13:40:47 PDT 2009
Hmm, that's a tough one. My initial suspicion for this sort of thing
is usually alignment bugs-- we've had some strange experiences and
blip doesn't use nx types for portability, which leads to some
problems. My only suggestion is to try getting debug messages
(printfuart) to work and then tracing forward with that until you can
isolate the line where it's failing.
Printfuart is pretty simple and might just work with a
CFLAGS+=PRINTFUART_ENABLED in the makefile; it works only on msp-based
platforms...
Steve
On Wed, Apr 29, 2009 at 8:43 AM, Jordi Soucheiron
<jsoucheiron at dexmatech.com> wrote:
> Hello,
> We've been using b6lowpan for a while now in a custom hardware (cc2420
> + msp430f2617) and it was working fine. Now we are trying to move to
> blip but for some reason it doesn't work. We can program our devices,
> but once the device tries to send a message it hangs. We've tried to
> make it work on tmote sky devices and it works fine. Does somebody
> know what may we be missing?
> Thank you
>
> --
> Jordi Soucheiron
> Software Engineer
>
> DEXMA
> Parc Tecnològic la Salle
> Sant Joan de la Salle, 42
> 08022 Barcelona
> t/f: [+34] 93 181 01 95
> www.dexmatech.com
> jsoucheiron at dexmatech.com
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
More information about the Tinyos-help
mailing list