The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.
Hello Group ,
I am TinyOS programmer who programs on the TelosB mote. My question is , has anybody tried programming assembly or C(not nesc) directly on to any telosb like mote ...
Good day to everyone. I just want to ask how you manipulate mps430
ports. When i toggle high a port, i use 'or' 1 when low, i use 'and' 0
(ex, P2OUT |= 0x02, P2OUT &= ~0x02). N...
I'm working with msp430F2013 making a code, i'm using IAR Workbench to make
and debug the code.
Part of this code consist in a delayer implement, and i used watchdog to
make t...
Hi, this is my first time posting here and hope I can get
some helps from member in this group.
I am using eZ430-RF2500 target board. With the demo firmware
program, I am ab...
Hi,
I need to connect a serial COM port on one PC to a serial COM port on a
remote PC via ADSL (i.e. IP).
There are several paid-for products available - but I can only a f...
Hi,
I recently got myself a eZ430-RF2500 from Texas Instruments, but I'm
having trouble with the Linux driver. After a bit of research I found
out that Stephen Glow has found ...
I'm trying to use the MSP430, specifically the ez430-rf2500 to power some
solid state relays.
What happens when the outport port bit on the MSP430 is set to high?
Is it tied...
I use sprintf to fill a character array then send it to a LCD.
It works with int but not float
same for printf and the i/o window in IAR
Any ideas?
in the declerations i made
...
Hello!
I am trying to use CCE, free version, and I get trouble understanding
how to add a path to the current project (I am used to IAR).
I have a folder used in many projects...
my code is very long. I used to place all my codes in a single file.
Now i want to split them so that 1 module will be placed on one file.
My global variable declared in main.c...