[Tinyos-help] avr interrupt macros

2012-12-12 Thread András Bíró
Hi Guys, I checked how the interrupts work on avr platforms, and found this in the atm128hardware.h: /* We need slightly different defs than SIGNAL, INTERRUPT */ #define AVR_ATOMIC_HANDLER(signame) \ void signame() __attribute__ ((signal)) @atomic_hwevent() @C() #define

[Tinyos-help] Regarding packet loss in tinyos

2012-12-12 Thread Suresh Kumar Das
Hi I am Suresh from university of hyderabad. I am doing my mtech project using tinyos. I have a problem pls any one help me. how to solve collision in tinyos. I want some more tutorials on TOSSIM. From where can I find it. how to find path from a sender to sink node dynamically

[Tinyos-help] Segmentation fault (core dumped) ?

2012-12-12 Thread Resul DOĞAN
However, when I ran the program, I got following output: DEBUG (1): 1 . sensör boot edildi DEBUG (1): 1 . sensör düğümün radyo devresi başlatıldı DEBUG (7): 7 . sensör boot edildi DEBUG (7): 7 . sensör düğümün radyo devresi başlatıldı DEBUG (3): 3 . sensör boot edildi DEBUG (3): 3 . sensör

Re: [Tinyos-help] Segmentation fault (core dumped) ?

2012-12-12 Thread Eric Decker
It is unllikely that anyone can tell you anything about what is going on with your program based on the information you have provided. You have the tossim source code, you should use a debugger like gdb and run tossim underneath it and see where it is throwing the seg fault. Asking the list

Re: [Tinyos-help] IRIS SPI lockup

2012-12-12 Thread Oldrine Lewis
Hi Miklos, A few other changes I had made to my program structure, seem to almost eliminiate the possibility of hitting the SPI lock situation. I will have to rerun the older version, of my software to replicate the previous situation to test the fix. I have a release scheduled soon and will