[Tinyos-help] Order of placement of global variables in SRAM

2008-05-20 Thread raj raj
Dear all, Is there a way to force some order in the way variables (global/static) are placed in .data and .bss sections ? For example, let my program has 2 initialized global variables g1 and g2 and 5 uninitialized global variables u1,u2,u3,u4 and u5. g1 and g2 are first placed in program memor

[Tinyos-help] InternalFlash question

2007-05-28 Thread raj raj
Dear all, In tinyos 1.1.x, there is a component called InternalFlashC which provides the interface InernalFlash. the avr platform has 128KB of program memory (flash memory), 4 KB of SRAM and 4 KB of EEPROM memory. The InternalFlashC componet can read from and write to internal Flash.My question

Re: [Tinyos-help] InternalFlash question

2007-05-29 Thread raj raj
Dear all, I am resending this email again as there has been no response to it. Please help me with the following: raj raj <[EMAIL PROTECTED]> wrote: Dear all, In tinyos 1.1.x, there is a component called InternalFlashC which provides the interface InernalFlash. the avr platform has 12

Re: [Tinyos-help] InternalFlash question

2007-05-30 Thread raj raj
rnalFlashC WRITE TO 128KB PROGRAM FLASH MEMORY OR 4KB INTERNAL EEPROM? Please help, Thanks in advance, raj Aurélien Francillon <[EMAIL PROTECTED]> wrote: hi Raj, Le mardi 29 mai 2007 14:08, raj raj a écrit : > Dear all, > >I am resending this email again as there has been

Re: [Tinyos-help] InternalFlash question

2007-05-30 Thread raj raj
hC writes >to internal EEPROM (4KB), then the addresses like 0xfd6 (used by Deluge to >store gvNum using InternalFlashC) lies outside the I/O space of Atmega128 ( >EEPROM's addresses). I am confused here. Where does InternalFlashC write to- >128KB program memory or 4KB internal

Re: [Tinyos-help] Temperature sensor in MTS310

2007-06-01 Thread raj raj
Hi Chounga, Since I am new in this field, can you tell me how I should get rid of this problem? I am sorry if that is a very basic question. Thanks a lot, Monica - Original Message From: Oussama Chougna <[EMAIL PROTECTED]> To: Monica Bell <[EMAIL PROTECTED]>; tinyos-help@Millennium.Ber

[Tinyos-help] Deluge question

2005-10-26 Thread raj raj
Hi all,   When Deluge is used for network (re)programming, it sends the original binary code with the Deluge attached to it. If the original code is of small size, then major portion of the binary transmitted corresponds to that of Deluge itself. For example, when transferring simple Blink applicat

[Tinyos-help] Deluge question

2005-12-21 Thread raj raj
Hi all, I am trying to modify the Deluge application. I am using Deluge 1.0 (Tinyos 1.1.11). I have DelugeBasic as image 0 and (say) Blink as image 1. Using programImgAndReboot() command provided by NetProg Interface, I can make my mote running image 1 to reboot from image 0. But I cannot do the r

[Tinyos-help] Deluge Question

2006-01-17 Thread raj raj
 Hi all,I have been using Deluge 1.0  for some time now. I have DelugeBasic as image 0 and my application as image 1. I have upgraded the image 1 many times. Now all of a sudden when I try to inject new application as image 1 , it saysNode requesting version 126, wrong version.I dont

[Tinyos-help] nesdoc for Deluge

2006-03-07 Thread raj raj
Hi all,I want to generate nesdoc for Deluge. It looks like it does not take the included files and as a result it cannot recognize many constants like IFLASH_GVNUM_ADDR.When I use the following commandmake mica2 docsit gives a lot of errors saying that it cannot find the definitio

[Tinyos-help] Systime unit

2006-03-09 Thread raj raj
Hi all,I have searched the archive here and couldnt find the answer to the following question, so I am posting this simple question here.Can anybody tell me the unit of the system time returned bySysTime.getTime32()?Thanks, raj Yahoo! Mail Use Photomail to share photos wit

[Tinyos-help] Using Flash in Deluge 1.0

2006-03-27 Thread raj raj
Hi all,I am modifying Deluge for some application. I need to write some data on off-chip flash. I tried to use the AllocationReq interface provided by ByteEEPROMAllocate  component to see if I can use some memory. But ByteEEPROMAllocate.request() always returned FAIL. In fact, in a loop,

[Tinyos-help] Using Flash in Deluge

2006-03-28 Thread raj raj
Hi all,Sorry but I am resending this email. I sent it before but didnt get any response, so I am sending again. Please help.I am modifying Deluge for some application. I need to write some data on off-chip flash. I tried to use the AllocationReq interface provided by ByteEE

[Tinyos-help] Deluge question: How to write in Flash?

2006-03-28 Thread raj raj
Hi all,I have posted this question twice before. But I didnt get any reply. Please someone just let me know which part (address) of Flash memory can be used to store some data if the mote (mica2) is running Deluge. When I write to Flash , and if I try to ping the mote, it says "Deluge i

[Tinyos-help] "Programmer is not responding" error

2006-07-18 Thread raj raj
Hi all,I searched the archive for this problem and tried all those suggestions. But still having this problem. So, please somebody help me.I have been installing different applications on my mica2 mote without any problem for quite some time. Then all of a sudden, yesterday when I tried to install

Re: [Tinyos-help] "Programmer is not responding" error

2006-07-18 Thread raj raj
essage -From: raj rajTo: tinyos-help@Millennium.Berkeley.EDU Sent: Tuesday, July 18, 2006 9:11 PM Subject: [Tinyos-help] "Programmer is notresponding" error Hi all,I searched the archive for this problem andtried all those suggestions. But still having