Hello every1... im working on a project involving micro controller MSP430F148... and my project guide has asked me to find out what M, S & P stands for in...
Dear all, I've finally been able to implement reliable i2c-communication using the msp430. However, during development, the slave addresses are known on...
What got me interested in uC's was a consultant at a place I used to work who designed many of his own development test fixtures. He was using Silicon Labs...
The answer is that I don't and I wouldn't, though I could. I never said C was hard to learn, although even many seasoned C programmers seem to struggle with...
Hi, This is about the ADC10 in MSP430F1232,after the AD conversion is completed I store the data into the address indicated by ADC10SA(say 0x200) and I need to...
Hi, Please help! Does anyone: 1) have an extra EZ430-RF2500 kit? 2) know someone who does? 3) know where I can purchase one that has them in stock (i.e. not on...
please all :i want programe to read and write through usb description: i want to write programe on ez-f2013 to put value on port this value willbe passed to...
I've been trying to get the uip code ported by Paul Curtis to compile on IAR Workbench, but don't know how to fix the problem of finding libraries. It seems...
Has anyone had any luck using the Crossworks port of TI app Note SLAA341 Flash Monitor. I am porting it to MSP430F1471. I can get the monitor and demo app to...
Thank you for the thorough and helpful answers and perspective. I showed a co-worker Friday the EZ430, sent him datasheets, etc & he ordered one. He has...
Hi I am working on a project on power quality monitoring system. I am using MSP430F149 microcontroller. I am using mspgcc compiler, binutils in Fedora Core-4...
Hi, I am using ADC10 in msp430f1232 and I have set analog input as pin 20 (A4) as shown in the program.When using A0 as the analog input I am getting the right...
Can anyone tell me what messge I should expect to see with CCE when I start the debugger with the JTAG fuse blown? Does it tell me the fuse is blown, or does...
Hello all, I have this weird problem with the USB dongle of the 430-RF2500 kit. The string output from the UART of the RF unit to the PC is good, but the USB...
Hi I have a BTHQ 21605V-SRE-I2C-COG it is a 2 line x 16 character LCD with an I2C interface. I was wondering if anyone here has used this with any TI micro (I...
I am using an external clock source for Timer A on a '249. When I use TACLK (P1.0, pin 12) with TASSELx == 00 and P1SEL |= 0x01, P1DIR &= 0x01 - it works as...
hi I am reading problem living. Cominaciation SPİ Mode. But I read status register in AT45DB161. Sample following flashhazirmi bis.b #008h,&P4OUT nop nop ...
We have used MSP-FET430UIF debug interface. When the code is executed in emulator debugger mode, the data is put on terminal I/O window with printf. It was...
Dear Friends-of-the-430: I have developed a working prototype system that allows the MSP430 to power up and run from a single cell alkaline battery, with...
hi, the following code gets trapped at the line "while(1);" The registers were DCOCTL=0x60 and BCSCTL=0x87 initially before the execution of the code begins....
Hi, I have a 32768Hz crystal on xin,xout pin of my msp430f2618. I am trying to source this to aclk and observe 32.768KHz output on the ACLK pin. Could someone...
Hi, I am deloping a project using IAR kickstart,I would like to know where do I check my project size. Where do I find the effective code size of my project. ...
hi guys, I have a code that uses pointers ( *ptr). Basically this points to the microcontroller39;s memory registers 0x300 - 0x37E where the Analog-to-Digital...
I'm trying to place data into the INFOB segment. I want to place variables consisting of int's, char's and char[]. I have two questions. 1) is there an...
If the raw count data is received from ADS to uC, Which the preffered method for filtering/averaging raw counts from ADC? Do you have reference code for doing...
I am posting this for a sanity check. I would like to have the PA as a general purpose amp with its terminal accessible externally. Moreover, I would like to...
I'm experiencing a series of problems with my current MSP-based design. When the system is being turned "off", half of the supporting circuitry powers off...
MSP430F425 I need two capture inputs. I am left with TA0 inputs on two separate pins (P1.0/TA0 and P1.1/TA0). What is the correct way to interpret this, as...