Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Urs Hunkeler
Hi, Do the LEDs work if you write a simple program in assembler? Can you control the LEDs when using assembler directives in NesC code (without timer)? If yes, does it also work with timers? Cheers, Urs Puru schrieb: hi all, we are developing a mote-like (mica2-like) device, which

Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Puru
Hi Urs, I wrote a simple program using ICC-AVR, which toggled bits on port A and which in turn blinked the leds and this hex program when copied on the platform worked correctly. infact this hex file copied on the mica2 using uisp also works correctly. i tried with and without the timer. note

RE: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Firat TARAKTAS
: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] downloading code to a new platform Hi Urs, I wrote a simple program using ICC-AVR, which toggled bits on port A and which in turn blinked the leds and this hex program when copied on the platform worked correctly. infact this hex file

Re: [Tinyos-help] downloading code to a new platform

2007-05-29 Thread Puru
assignemnts with your new platform. Firat TARAKTAS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Puru Sent: Tuesday, May 29, 2007 12:03 PM To: Urs Hunkeler Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] downloading code to a new platform