Re: [Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-28 Thread Thomas Pötsch
Hi Antonio, thanks for your reply. I tried using 4.7.2 but the code has the same size. Viele Grüße, Thomas Pötsch Try using msp430-gcc 4.7.2, the code produced is smaller. --Antonio On Thu, Jul 24, 2014 at 5:02 PM, Thomas Pötsch t...@comnets.uni-bremen.de wrote: Hi all,

Re: [Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-28 Thread Eric Decker
are you sure the code is being optimized? when you do a make specify verbose and check for -Os On Mon, Jul 28, 2014 at 7:45 AM, Thomas Pötsch t...@comnets.uni-bremen.de wrote: Hi Antonio, thanks for your reply. I tried using 4.7.2 but the code has the same size. Viele Grüße, Thomas

[Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-24 Thread Thomas Pötsch
Hi all, after upgrading from msp430-gcc 4.5.3 to 4.6.3 I noticed that the image size of PppRouter has increased by 1300 byte!! The same holds for other apps as well. Am I doing something wrong or is this an issue of the new version of the compiler? Best regards, Thomas

Re: [Tinyos-help] msp430-gcc 4.6.3 increases image size

2014-07-24 Thread Antonio Linan
Try using msp430-gcc 4.7.2, the code produced is smaller. --Antonio On Thu, Jul 24, 2014 at 5:02 PM, Thomas Pötsch t...@comnets.uni-bremen.de wrote: Hi all, after upgrading from msp430-gcc 4.5.3 to 4.6.3 I noticed that the image size of PppRouter has increased by 1300 byte!! The same

Re: [Tinyos-help] msp430-4.6.3

2014-06-26 Thread mmz_tinyos
Hi, I used sudo apt-get install msp430-46 to install mspgcc 4.6.3, but it could not be located, can you send me a copy of sources.list? (I think the problem is related with it). -- Thanks for your attention. Best regards. 在 2014-02-26 03:52:48,Eric Decker cire...@gmail.com

Re: [Tinyos-help] msp430-46 unable to install

2014-04-07 Thread Michiel Konstapel
, 2014 17:37 To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable to install Is the TinyProd repository still broken? I just tried to install on a new machine (Ubuntu Server 13.10, 64 bit), which failed. In /etc/apt/sources.list, I have: deb http://tinyprod.net/repos

Re: [Tinyos-help] msp430-46 unable to install

2014-04-07 Thread Philip Levis
, 2014 17:37 To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable to install Is the TinyProd repository still broken? I just tried to install on a new machine (Ubuntu Server 13.10, 64 bit), which failed. In /etc/apt/sources.list, I have: deb http

Re: [Tinyos-help] msp430-46 unable to install

2014-04-07 Thread Philip Levis
, Michiel From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Michiel Konstapel Sent: Thursday, March 27, 2014 17:37 To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable to install

Re: [Tinyos-help] msp430-46 unable to install

2014-04-07 Thread Michiel Konstapel
-Original Message- From: Philip Levis [mailto:p...@cs.stanford.edu] Sent: Monday, April 07, 2014 17:37 To: Michiel Konstapel Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable to install I've put the msp430-46 packages up on tinyos.stanford.edu

Re: [Tinyos-help] msp430-46 unable to install

2014-03-27 Thread Michiel Konstapel
...@millennium.berkeley.edu] On Behalf Of Antonio Linan Sent: Tuesday, February 25, 2014 12:03 To: Vandana Bhasin Cc: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable to install See: http://tinyprod.net/debian-dev/README-46.html --Antonio On Tue, Feb 25, 2014 at 11:54 AM

Re: [Tinyos-help] msp430-46 unable to install

2014-03-27 Thread Michiel Konstapel
Followup: it's the same on i386. From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Michiel Konstapel Sent: Thursday, March 27, 2014 17:37 To: tinyos-help@millennium.berkeley.edu Subject: Re: [Tinyos-help] msp430-46 unable

[Tinyos-help] msp430-46 unable to install

2014-02-25 Thread Vandana Bhasin
Hello, I am unable to install the msp430-gdb-46 package. A similar error message pops up for other msp packages apt-get install msp430-gdb-46 Reading package lists... Done Building dependency tree   Reading state information... Done E: Unable to locate package msp430-gdb-46 Following

Re: [Tinyos-help] msp430-46 unable to install

2014-02-25 Thread Antonio Linan
See: http://tinyprod.net/debian-dev/README-46.html --Antonio On Tue, Feb 25, 2014 at 11:54 AM, Vandana Bhasin vandana.bha...@yahoo.comwrote: Hello, I am unable to install the msp430-gdb-46 package. A similar error message pops up for other msp packages apt-get install msp430-gdb-46

Re: [Tinyos-help] msp430-46 unable to install

2014-02-25 Thread Eric Decker
On Tue, Feb 25, 2014 at 2:54 AM, Vandana Bhasin vandana.bha...@yahoo.comwrote: Hello, I am unable to install the msp430-gdb-46 package. A similar error message pops up for other msp packages apt-get install msp430-gdb-46 Reading package lists... Done Building dependency tree Reading

Re: [Tinyos-help] msp430-4.6.3

2014-02-25 Thread Eric Decker
you really want to use the command: sudo apt-get install msp430-46 On Mon, Feb 24, 2014 at 10:46 PM, Vandana Bhasin vandana.bha...@yahoo.comwrote: Hello, I am unable to install the package msp430-4.6.3 on ubuntu using command sudo apt-get install msp430 4.6.3 It gives an error

[Tinyos-help] msp430-4.6.3

2014-02-24 Thread Vandana Bhasin
Hello, I am unable to install the package msp430-4.6.3 on ubuntu using command sudo apt-get install msp430 4.6.3 It gives an error message , unable to locate package. Thanks Vandana___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] msp430-4.6.3

2014-02-24 Thread Shobana K
try using the procedure from http://energy.eecs.umich.edu/wiki/doku.php?id=ref:tinyos:install:start wget http://sourceforge.net/projects/mspgcc/files/mspgcc/mspgcc-20120406.tar.bz2tar xf mspgcc-20120406.tar.bz2cd mspgcc-20120406 wget

Re: [Tinyos-help] msp430-4.6.3

2014-02-24 Thread Antonio Linan
You can also download a pre-compiled tarball at: http://sourceforge.net/projects/zolertia/files/Toolchain/ --Antonio On Tue, Feb 25, 2014 at 8:19 AM, Shobana K shobsfall2...@gmail.com wrote: try using the procedure from http://energy.eecs.umich.edu/wiki/doku.php?id=ref:tinyos:install:start

Re: [Tinyos-help] MSP430 Launchepad

2013-09-14 Thread Eric Decker
On Fri, Sep 13, 2013 at 11:37 AM, Mai Al-Duailij toma...@gmail.com wrote: I know this question has been asked before, but wondering if the answer is still no: Do any TinyOS apps run on the TI MSP430 LaunchPad (msp430g2xxx) platforms? yes it is still no. the only one of the launchpad

[Tinyos-help] MSP430 Launchepad

2013-09-13 Thread Mai Al-Duailij
I know this question has been asked before, but wondering if the answer is still no: Do any TinyOS apps run on the TI MSP430 LaunchPad (msp430g2xxx) platforms? Thank you -- The desire of knowledge, like the thirst of riches, increases ever with the acquisition of it. -- Laurence Sterne

[Tinyos-help] msp430-gcc 4.7.0 overflows rom instead of using far rom

2013-08-08 Thread Flemming Nyboe
Hello, I can compile using 4.7.0 as long as my code fits in rom (without far rom). However, once my code grows to need far rom, 4.7.0 seems to overflow rom instead. I know that far rom has been used successfully by others for over a year now, so I must be doing something wrong and would

Re: [Tinyos-help] msp430-gcc 4.7.0 overflows rom instead of using far rom

2013-08-08 Thread Flemming Nyboe
Solved. I had not defined a memory model. Adding -mmemory-model=medium to my .platform file helped. I noticed the Z1 .platform file does not have this, though. Regards Flemming Nyboe On 8 August 2013 11:02, Flemming Nyboe flemm...@rocketscience.eu wrote: Hello, I can compile using 4.7.0

Re: [Tinyos-help] msp430-gcc 4.7.0 overflows rom instead of using far rom

2013-08-08 Thread Antonio Linan
I have to update it, I will try to do this soon, I'm using: -mmemory-model=medium -ffunction-sections -fdata-sections -mcode-region=far -gc-sections Hope this helps, --Antonio On Thursday, August 8, 2013, Flemming Nyboe flemm...@rocketscience.eu wrote: Solved. I had not defined a memory

Re: [Tinyos-help] msp430-gcc 4.7.0 overflows rom instead of using far rom

2013-08-08 Thread Flemming Nyboe
Thank you Antonio, On 8 August 2013 18:01, Antonio Linan ali...@zolertia.com wrote: I have to update it, I will try to do this soon, I'm using: -mmemory-model=medium -ffunction-sections -fdata-sections -mcode-region=far -gc-sections Hope this helps, --Antonio Except for

[Tinyos-help] MSP430 ADC channel config: .sref and .ref2_5v

2013-05-08 Thread Andres Mabini
Hi all, Say I have an electret microphone board(with preamplifier) and I connect its output to one of the TelosB input channels. In the msp430adc12_channel_config_t struct, what should the values that I should set for .sref and .ref2_5v? I've been using REFERENCE_AVcc_AVss, and REFVOLT_LEVEL_NONE

[Tinyos-help] Msp430-47

2013-04-16 Thread Lynda Algerienne
Hi, I am trying to run Tinyos-2.1.1 with msp430-47 but I once I compile telosb I had the following error : msp430-gcc: erreur: unrecognized command line option ‘-mdisable-hwmul’ make: *** [exe0] Erreur 1 I will appreciate any help from you. Best regards

Re: [Tinyos-help] Msp430-47

2013-04-16 Thread Eric Decker
TinyOS 2.1.1 is NOT supported with any of the newer 3.2.3 msp430 toolchains. Currently you should be using TinyOS 2.1.2 ( https://github.com/tinyos/tinyos-release) with the msp430 4.6.3 toolchain. You should not be using 4.7 unless you know what you are doing. But if you knew, then you'd

Re: [Tinyos-help] Msp430-47

2013-04-16 Thread Antonio Linan
Yup, Eric is right you should move to newer tinyos release and toolchain. But if you have to keep your old version for some reason (if you are working with older Blip version for example) you can take a look at /tos/platforms/z1/.platform file (point in .platform is intentional, if using Ubuntu

[Tinyos-help] Msp430 Microseconds Timer

2012-08-07 Thread Gašper Černevšek
Hi there, I am trying to use microseconds timer in my program that runs on Msp430X platform, so I can make PWM signal (pulse width is in range from 0.5 to 1.5 ms). So far I have not found any full implementation or example of microseconds timer. Can someone help me out with this? -- LP, Gapi

[Tinyos-help] MSP430-GCC ERORR

2011-02-17 Thread Sameera Haqawi
Hi all I managed to compile Micaz but was not able to compile Telosb wiht Blink. Although there is msp430, it cant seem to get the files. May I know what can i do to rectify it? I'm using TinyOS2 from Crossbow. Thanks DIDENT_PROGRAM_NAME_BYTES=66,108,105,110,107, 0 -DIDENT_USER_ID=hippo

[Tinyos-help] MSP430 General IO on TelosB hardware

2010-12-14 Thread Joey Wilson
Hello all, I am trying to figure out an easy way to turn on/off a digital output from the TelosB hardware from TinyOS software. I have been searching the web and found that some people say to use the MSP430GeneralIOC component in the application wiring, but this is not working. I have tried a lot

Re: [Tinyos-help] MSP430 General IO on TelosB hardware

2010-12-14 Thread José A. Tarifa
I've tried to use these functionality... and it seems it works!! :D Components: components HplMsp430GeneralIOC as GeneralIOC; components new Msp430GpioC() as DigitalA; components new Msp430GpioC() as DigitalB; components new Msp... (etc). Wiring: DigitalA -

[Tinyos-help] MSP430 Increasing clock speed (MCLK)

2010-11-16 Thread José A. Tarifa
Hi! I'm using Tmote Sky (TelosB) for an application. I'd like to increase the main clock frequency (from 4MHz - 8MHz). I've tried to change some files, like MoteClockP... but it doesn't work! I've discovered a solution, which is provided by rincon:

Re: [Tinyos-help] MSP430 Increasing clock speed (MCLK)

2010-11-16 Thread Eric Decker
The parameters used to program the UART clocks are based on what clock is used to clock the main CPU. When you change from 4 MHz to 8 MHz you have to program the uart h/w with different parameters. You'll have to study the users guide to figure out how to program the h/w and what needs to be

[Tinyos-help] msp430-jtag is a tool and how to wirte tinyos-program to msp430 by usb-serial

2010-11-01 Thread 刘学
Hello, May I ask some quetions? I want to know whether this tool (msp430-jtag) is contained in tinyos-2.x. I have run the command make telosb jtag install,it returns msp430-jtag :command not found. Regards, David.L 2010-11-01 ___ Tinyos-help

[Tinyos-help] msp430-jtag

2010-11-01 Thread 刘学
Hello, May I ask some quetions? I want to know whether this tool (msp430-jtag) is contained in tinyos-2.x. I have run the command make telosb jtag install,it returns msp430-jtag :command not found. Regards, David.L ___ Tinyos-help mailing list

[Tinyos-help] MSP430 ADC12 Timing

2010-10-27 Thread José A. Tarifa
Hi to all! I'm using the Msp430Adc12ClientAutoRVGC component to sample two input channels. I've seen there are four options to select the input clock source (adc12ssel): ADC12OSC, ACLK, MCLK SMCLK. I've used SMCLK (1 binary MHz) always. Somebody has used the ADC12OSC clock? Is this source

Re: [Tinyos-help] MSP430 Telos programming problems

2010-08-08 Thread Michael Schippling
You can pass options to the GCC compiler by putting this in your makefile: CFLAGS += -S That particular option causes the compiler to stop before the assembler pass. When I tried it with a mica2 compile I got a build/mica2/main.exe file that actually contained the generated assembly code. YMMV

[Tinyos-help] MSP430 Telos programming problems

2010-08-07 Thread bugger
Hi, I don't know if this is the right place to talk about my problem but, anyway I'll try to explain it quickly. So, I've got a Telos and I installed an algorithm on the micrcontroller MSP430: I have to calculate the execution time of the program directly on the code, summing the numebr of cycles

Re: [Tinyos-help] MSP430 assembly

2010-02-14 Thread Razvan Musaloiu-E.
Hi! On Wed, 10 Feb 2010, Arik Sapojnik wrote: Hey, I have generated assembly code by running msp430-objdump -D main.exe. But I don't see any of my functions there. Where can I see my code? If your code was inlined then you will not find of the function names. If they are not then you

[Tinyos-help] MSP430 assembly

2010-02-10 Thread Arik Sapojnik
Hey, I have generated assembly code by running msp430-objdump -D main.exe. But I don't see any of my functions there. Where can I see my code? -- Best Regards, Arik Sapojnik ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] MSP430 assembly

2010-02-10 Thread Michiel Konstapel
[mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Arik Sapojnik Sent: woensdag 10 februari 2010 9:35 To: Tinyos-help Subject: [Tinyos-help] MSP430 assembly Hey, I have generated assembly code by running msp430-objdump -D main.exe. But I don't see any of my functions there. Where can I

Re: [Tinyos-help] MSP430 assembly

2010-02-10 Thread Giuseppe Cardone
Hi, you are looking in the right place. Probably you can not see your functions because gcc inlines them for performance and code size issues (the balance between the two is actually a complicate matter, so let's just skip the details - http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Inline.html ).

Re: [Tinyos-help] MSP430 assembly

2010-02-10 Thread Arik Sapojnik
Hi, Thank you both. The answers are very helpful. I have tried the __attribute__ ((noinline)) - and it works fine. Thanks again, Arik On Wed, Feb 10, 2010 at 13:07, Giuseppe Cardone giuseppe.card...@studio.unibo.it wrote: Hi, you are looking in the right place. Probably you can not see

Re: [Tinyos-help] MSP430 assembly

2010-02-10 Thread Michiel Konstapel
: Tinyos-help Subject: Re: [Tinyos-help] MSP430 assembly Hi, you are looking in the right place. Probably you can not see your functions because gcc inlines them for performance and code size issues (the balance between the two is actually a complicate matter, so let's just skip the details

[Tinyos-help] MSP430 in sleep mode

2009-10-19 Thread David Conde
Hi, I read some threads about this topic in Tinyos-help emails list, but I have a question, Does Tinyos 1.x put automatically MSP430 in sleep mode as the same way as Tinyos 2.x does when there is no task in the MSP430 processes FIFO?if not, is there any Tinyos component which is used to put

Re: [Tinyos-help] MSP430 in sleep mode

2009-10-19 Thread David Conde
Hi Alfonso, Thank for replying me, I read that TinyOS 2.x does it, but do you know if TinyOS 1.x does it as well? Thanks David De: Alfonso Cardell [mailto:alfonso.card...@gmail.com] Enviado el: lunes, 19 de octubre de 2009 11:14 Para: David Conde Asunto: Re: [Tinyos-help] MSP430

[Tinyos-help] msp430.util missing while installing in a node

2009-06-05 Thread saurabh chaudhary
Wed, 06 Feb 2008 19:45:04 -0800 Hello, I tried to program my msp430 device with the Blink program using tinyos from cygwin. But there's an error Trace back (most recent call last): File /opt/msp430/bin/msp430-bsl, line 12, in module from msp430.util import hexdump, makeihex Import

[Tinyos-help] MSP430 jtag communication

2009-05-19 Thread aldo
Hello, Does anybody know how to download code into a MSP430 microcontroller? It's enough to download it doing make or i have to create a jtag communication? Thank you in advance. -- aldo ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] msp430 warning

2008-09-05 Thread Antonio
Hi All, Compiling my application, I have a strange warning: /opt/tinyos-2.x/tos/chips/msp430/adc12/Msp430Adc12ImplP.nc:66:2: warning: #warning Accessing TimerA for ADC12 This is the only warning/error I have. Have you any suggestions? I'm using TinyOS 2.1, and with the previous version

Re: [Tinyos-help] msp430 warning

2008-09-05 Thread Eric Decker
In the main tinyos 2.1 tree: ./tos/chips/msp430/adc12/Msp430Adc12ImplP.nc:66:#warning Accessing TimerA for ADC12 The intent is to warn you that TimerA is being used by the Adc12 module mentioned. It is just giving you a heads up in case you want to use TimerA for something else too. Do you

[Tinyos-help] msp430 f2xxx version and TI compiler

2008-07-08 Thread Alexandre Buist
Hi, I intend to use the MSP430f2xxx serie on my platform and I would like to know if it is possible to use the TI compiler in TinyOS instead of mspgcc. (The latest releases of mspgcc do not support the extended flash memory allocation (above 0x)

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-25 Thread Dimas Abreu Dutra
I am actually *SURE* that the value was stable since I measured it on the oscilloscope and saw no artifacts. Also, the accelerometer's power comes from an I2C chip which is not affected by the microcontroller reset, and I turned it on before reseting the mote. It is hard trying with another

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-25 Thread Michael Schippling
I'm just kibbitzing so nothing is necessary. If a close reading of the ADC code reveals no first sample timing issues, then I'm out of ideas so tossing the first reading is my (second) best solution... MS Dimas Abreu Dutra wrote: I am actually *SURE* that the value was stable since I measured

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-23 Thread Dimas Abreu Dutra
Hello Everyone, Sorry for taking so long to answer. But here are my comments: * I noticed the error on the first readings when using the external channels (A0 and A1). It happens on both tmote invent that I have access to. I am using the tmote's own sensors (accelerometer), and I've done no

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-23 Thread Michael Schippling
Now, is it possible that the accelerometer is warming up. Previously you said that you were _sure_ the the value was stable when the first measurement was made. Can you try it with a truly fixed voltage on the A0,1 input? The fact that the InternalVoltage is OK would indicate that initial S/H time

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-19 Thread Jan Hauer
What ADC channel are you using, external (A0-A7) or internal (7)? does the conversion require stable reference voltage (if so, is your application wiring to AdcReadClientC or Msp430Adc12ClientAutoRVGC()?). Do you see the same result when you use

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-18 Thread Eric Keller
Are you positive it isn't hardware? What version of TinyOS are you running? Eric On Tue, Jun 17, 2008 at 1:41 PM, Dimas Abreu Dutra [EMAIL PROTECTED] wrote: Hello all, I've encountered a weird issue when using the msp430's adc on tmote invent. The first reading I perform after bootup always

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-18 Thread Dimas Abreu Dutra
Eric, I'm not positive it isn't the hardware, but I am POSITIVE I have the voltage that should return around 0x0916 adc counts. I also have run this on two different motes (both invent) and noticed the same thing on adaptations that Urs Hunkeler did of the original tmote invent drivers. It can

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-18 Thread Dimas Abreu Dutra
Oh, I forgot to tell, I am using TinyOS 2.x (T2) from the CVS. My last update was about a month ago. ~Dimas~ On Wed, Jun 18, 2008 at 3:20 PM, Dimas Abreu Dutra [EMAIL PROTECTED] wrote: Eric, I'm not positive it isn't the hardware, but I am POSITIVE I have the voltage that should return

Re: [Tinyos-help] MSP430 ADC first reading

2008-06-18 Thread Michael Schippling
One possibility is that the ADC needs a certain settling/sampling time prior to each conversion and after channel changes. Perhaps the timing is off the first time around... MS Dimas Abreu Dutra wrote: Eric, I'm not positive it isn't the hardware, but I am POSITIVE I have the voltage that

[Tinyos-help] MSP430 ADC first reading

2008-06-17 Thread Dimas Abreu Dutra
Hello all, I've encountered a weird issue when using the msp430's adc on tmote invent. The first reading I perform after bootup always gets a smaller value then I should get. For example, I have a voltage which should return around 0x0916 adc counts, but instead I get around 0x00AE . This happens

[Tinyos-help] msp430 I2C arquitecture

2008-06-10 Thread Xavier Orduña
Hi (specially to those who have been involved in implementing Tinyos 2 to msp430), I'm porting TinyOS 2 to the new msp430 family (which has a USCI instead of an USART). I'm trying to maintain as possible the same architecture as already implented code (I called new folder inside chips msp430X

Re: [Tinyos-help] msp430 tinyos patch

2008-04-25 Thread Xavier Orduña
Hi, I've just find the line in telosb.rules disabling hardware multiplier on msp430F1617. After comenting it, it seems to work everything correctly (with the new msp-gcc compiler). Xavi On Mon, Apr 14, 2008 at 9:24 PM, Eric Keller [EMAIL PROTECTED] wrote: Is the hardware multiply bug still

Re: [Tinyos-help] msp430 tinyos patch

2008-04-16 Thread Xavier Orduña
://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/tools/release/external-tools/ Janos *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Xavier Orduña *Sent:* Monday, April 14, 2008 4:22 PM *To:* Eric Keller *Cc:* tinyos-help *Subject:* Re: [Tinyos-help] msp430 tinyos patch

Re: [Tinyos-help] msp430 tinyos patch

2008-04-15 Thread Janos Sallai
] [mailto:[EMAIL PROTECTED] On Behalf Of Xavier Orduña Sent: Monday, April 14, 2008 4:22 PM To: Eric Keller Cc: tinyos-help Subject: Re: [Tinyos-help] msp430 tinyos patch Below you have the errors I get: Any proposal? mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build

[Tinyos-help] msp430 tinyos patch

2008-04-14 Thread Xavier Orduña
Hi! I'm porting tinyos to the new msp430F2x1x. I've already compiled the msp-gcc to support the new microcontroller families but after trying to compile some applications generated by nesC I found that the symbol $ is added. After looking a while I've detected that distributed versions of

Re: [Tinyos-help] msp430 tinyos patch

2008-04-14 Thread Vlado Handziski
With the introduction of the - -fnesc-separator option since nesC 1.2.8, the old $ patching of the msp430 tools is technically not needed anymore. No additional tinyos specific modifications to the toolchain are necessary either. Vlado On Mon, Apr 14, 2008 at 6:42 PM, Xavier Orduña [EMAIL

Re: [Tinyos-help] msp430 tinyos patch

2008-04-14 Thread Eric Keller
Is the hardware multiply bug still there? It would be nice to have that functionality. Eric On Mon, Apr 14, 2008 at 2:29 PM, Vlado Handziski [EMAIL PROTECTED] wrote: With the introduction of the - -fnesc-separator option since nesC 1.2.8, the old $ patching of the msp430 tools is technically

Re: [Tinyos-help] msp430 tinyos patch

2008-04-14 Thread Xavier Orduña
That sounds nice, I've tried __ separator (as man nescc proposes) but I still have problems while compiling. Do you have any other proposals? Eric, do you have more documentation about this bug? Xavi On Mon, Apr 14, 2008 at 9:24 PM, Eric Keller [EMAIL PROTECTED] wrote: Is the hardware

Re: [Tinyos-help] msp430 tinyos patch

2008-04-14 Thread Xavier Orduña
Below you have the errors I get: Any proposal? mkdir -p build/telosb compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c *-fnesc-separator=__* -board=

Re: [Tinyos-help] msp430 platform bootstrap

2008-04-10 Thread Kami Amaterasu
calibration issue... Date: Wed, 9 Apr 2008 16:07:32 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Tinyos-help] msp430 platform bootstrap Kami Amaterasu wrote: I would like to try this app on a Telos B. Is there any way to debug an app

Re: [Tinyos-help] msp430 platform bootstrap

2008-04-10 Thread Aurélien Francillon
Le Wednesday 09 April 2008 10:13:31 Kami Amaterasu, vous avez écrit : Dear Vlado, I am trying to write a simple application on a Telos-like platform (it is suppose to sense temperature on the MSP430 ADC12 integrated sensor and print it out). The problem is that the app doesn't even go

Re: [Tinyos-help] msp430 platform bootstrap

2008-04-09 Thread Greg Hackmann
Kami Amaterasu wrote: Also, I would like to try this app on a Telos B. Is there any way to debug an app on this platform with msp430-gdb (on Linux)? TI sells a USB debugging interface (MSP-FET430UIF) that can be used with the TelosB, and they include a proxy application that lets you use it

RE: [Tinyos-help] msp430.util missing - msp430-jtag

2008-02-07 Thread Michiel Konstapel
I tried to program my msp430 device with the Blink program using msp430-jtag. But there's an error Traceback (most recent call last): File /opt/msp430/bin/msp430-jtag, line 15, in module from msp430.util import hexdump, makeihex ImportError: No module named msp430.util I installed

[Tinyos-help] msp430.util missing - msp430-jtag

2008-02-06 Thread Manuel
Hello, I tried to program my msp430 device with the Blink program using msp430-jtag. But there's an error Traceback (most recent call last): File /opt/msp430/bin/msp430-jtag, line 15, in module from msp430.util import hexdump, makeihex ImportError: No module named msp430.util I installed

[Tinyos-help] MSP430 Multichannel repeated sampling

2007-12-27 Thread Ville-Pekka Seppä
Hi all, I'm trying to sample five ADC channels sequentially at 1 kHz on a telosb mote. I managed to do this with Msp430Adc12MultiChannel but I can't reach high enough sampling rate by triggering every conversion sequence with a timer. Is Tinyos 2.0 currently even supporting the

Re: [Tinyos-help] MSP430 Multichannel repeated sampling

2007-12-27 Thread Kevin Klues
Take a look at the 'configureMultiple' and 'configureMultipleRepeat' commands in the Msp430Adc12SingleChannel interface. Kevin On Dec 23, 2007 4:42 PM, Ville-Pekka Seppä [EMAIL PROTECTED] wrote: Hi all, I'm trying to sample five ADC channels sequentially at 1 kHz on a telosb mote. I managed

[Tinyos-help] msp430 DCO Calibrate

2007-12-10 Thread Eric Decker
Could someone familar with the internals of the MSP430 TinyOS 2.ximplementation talk to me about how the DCO Calibrate is handled? I'm porting from the telosb to a wireless sensor node that is very similar but has some differences. So need to understand how it works. thanks, eric

[Tinyos-help] msp430-bsl and tos-bsl

2007-11-12 Thread Ittipong Khemapech
Hi, I just started using TinyOS 2.0.2 on cygwin and Tmote Sky platform. I began with the Blink application and it was successfully compiled ($ make tmote). After I'd tried installing the application on Tmote ($make tmote reinstall,1 bsl) , an error message window was popped up with a title

[Tinyos-help] msp430 timer

2007-10-24 Thread sara k
Hi All, There is two interfaces that returns the current localtime: 1- LocalTime interface has async command uint32_t get(); 2- Timer interface has command uint32_t getNow(); What is the differnce and which one is more accuarate? Also can anyone tells how to read the MSP430's hardware

Re: [Tinyos-help] msp430 timer

2007-10-24 Thread Jeongyeup Paek
sara k wrote: Hi All, There is two interfaces that returns the current localtime: 1- LocalTime interface has async command uint32_t get(); 2- Timer interface has command uint32_t getNow(); What is the differnce and which one is more accuarate? They are just interfaces... so it will depend

[Tinyos-help] msp430-bsl in C or C++

2007-09-26 Thread Rafael Marin Perez
Hello, I am Rafael Marin Perez, and work as a researcher in University of Murcia (Spain). I need to install the bootstrap-loader of MSP430 in my NSLU2 to transfer the compiled images to the nodes. I had read that there is some other version (not Python) of msp430-bsl. Where can I get the code

Re: [Tinyos-help] MSP430 get clock

2007-09-12 Thread Leonardo
Steve McKown ha scritto: On Tuesday 11 September 2007 12:27:31 pm Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:48:49 am Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I

[Tinyos-help] MSP430 get clock

2007-09-11 Thread Leonardo
Hy guy, I need to help. I want to capture the clock of my telosb. I know that i have to use MSP430 but how? how can I get the clock with MSP430? Please Help me Leonardo ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] MSP430 get clock

2007-09-11 Thread Steve McKown
On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I need to help. I want to capture the clock of my telosb. I know that i have to use MSP430 but how? how can I get the clock with MSP430? Two questions: which clock do you want to get, and how do you want to get it? For the

Re: [Tinyos-help] MSP430 get clock

2007-09-11 Thread Leonardo
Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I need to help. I want to capture the clock of my telosb. I know that i have to use MSP430 but how? how can I get the clock with MSP430? Two questions: which clock do you want to get, and how do

Re: [Tinyos-help] MSP430 get clock

2007-09-11 Thread Steve McKown
On Tuesday 11 September 2007 08:48:49 am Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I need to help. I want to capture the clock of my telosb. I know that i have to use MSP430 but how? how can I get the clock with MSP430?

Re: [Tinyos-help] MSP430 get clock

2007-09-11 Thread Leonardo
Steve McKown ha scritto: On Tuesday 11 September 2007 08:48:49 am Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I need to help. I want to capture the clock of my telosb. I know that i have to use MSP430 but how? how

Re: [Tinyos-help] MSP430 get clock

2007-09-11 Thread Steve McKown
On Tuesday 11 September 2007 12:27:31 pm Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:48:49 am Leonardo wrote: Steve McKown ha scritto: On Tuesday 11 September 2007 08:25:14 am Leonardo wrote: Hy guy, I need to help. I want to capture the clock of my telosb.

[Tinyos-help] msp430-gcc error

2007-09-04 Thread Branko Kerkez
Hello, I just installed Ubuntu and downloaded the tinyos-2.x repositries. I followed the instructions http://www.tinyos.net/scoop/story/2007/8/15/234856/990 and everything went down without a glitch. I even set up the main environmental variables and ran the environmental variables script to

Re: [Tinyos-help] msp430-gcc error

2007-09-04 Thread John Griessen
Branko Kerkez wrote: Hello, I just installed Ubuntu and downloaded the tinyos-2.x repositries. I followed the instructions Try using Leith Abdulla's latest feisty repository (put this in your /etc/apt/sources.list file -- deb http://tinyos.stanford.edu/tinyos/dists/ubuntu feisty main) and

[Tinyos-help] msp430-bsl tmote sky password error

2007-07-11 Thread bedesign
I want load Tmote Sky motes without installing the whole development system so I downloaded a copy of msp430-bsl for telos modules. When I attempt to program the module, I get a password error and the help for msp430-bsl states I need to load any old file, but I've had no luck. If any one can

Re: [Tinyos-help] msp430-bsl tmote sky password error

2007-07-11 Thread Alexander Becher
* [EMAIL PROTECTED]: I want load Tmote Sky motes without installing the whole development system so I downloaded a copy of msp430-bsl for telos modules. When I attempt to program the module, I get a password error and the help for msp430-bsl states I need to load any old file, but I've had no

FW: [Tinyos-help] msp430-ld compile error, moteiv

2007-05-16 Thread Munaretto, Daniele
] Sent: Tuesday, May 15, 2007 5:24 PM To: Munaretto, Daniele Subject: Re: [Tinyos-help] msp430-ld compile error, moteiv On Tuesday 15 May 2007 09:05, you wrote: mmm..well in micaz I had 4 KB of RAM and it was fine, here with telos/tmote I would have 10 KB in RAM and it does not work..strange

Re: FW: [Tinyos-help] msp430-ld compile error, moteiv

2007-05-16 Thread Joe Polastre
under tinyos1.15) with moteiv packages now, both under /tinyos-1.x/apps folder and /moteiv/apps folder, with the same issue. -Original Message- From: Steve McKown [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 5:24 PM To: Munaretto, Daniele Subject: Re: [Tinyos-help] msp430-ld compile

[Tinyos-help] msp430-ld compile error, moteiv

2007-05-15 Thread Munaretto, Daniele
Dear all, I tried to bring my codes from my micaz motes under tinyos-1.x (here they are running perfectly) to telos/tmote motes. I work around a lot, and for one of mine codes I get a strange compile error: msp430-ld: address 0xb9bd of build/telos/main.exe section .bss is not within

Re: [Tinyos-help] msp430-ld compile error, moteiv

2007-05-15 Thread Steve McKown
Hello, On Tuesday 15 May 2007 07:31, Munaretto, Daniele wrote: I tried to bring my codes from my micaz motes under tinyos-1.x (here they are running perfectly) to telos/tmote motes. I work around a lot, and for one of mine codes I get a strange compile error: msp430-ld: address 0xb9bd of

[Tinyos-help] MSP430 Timer granularity

2007-03-20 Thread André Cunha
Hello all How can I change the timer granularity on the MSP430. I want to create a module wrapper to use timer b with a specified granularity. Thanks in advance for the help Regards, Andre ___ Tinyos-help mailing list

[Tinyos-help] MSP430 programming

2006-12-15 Thread Firat TARAKTAS
Hi to all, I am using TinyOS plugin for Eclipse. When i make and install jtag the simplest Blink application, i got the error MSP430mspgcc.dll not found. Can you help me about it? I am using mspgcc to program the mote. When i prompt on the command view, there is no error. Buıt in tinyos it fails.

  1   2   >