hi, does anyone know what the error "#include/mult-line macro call nesting too deep" is? i am using AQ430 and the target chip is the msp430f149. below is the...
This was a surprising news for me, maybe also for you: rechargeable coin cells: http://www.powerstream.com/licoin.htm E.g. the LIR2032 is providing 35mAh @...
I am designing a battery operated device. I have several loads that I need to "turn off". I have to leave the 3V supply active, I cannot shutdown the...
Hi , Is it possible to access the status register thru software? I could not find definition for the status register in the Msp430xxx include files. Thanx in...
Hello, I am recently doing the frequency counter by using the MSP430IDW123 there are some concepts that I was just confused related to the timer_a capture...
Hi All, I have a development board with an MSP430F1612 which has a 4MHz Crystal on XT2IN and a 32khz Crystal on XIN. I have a requirement to use this system to...
Newb question, I apologize if it's too vague or confusing. I am developing a data acquisition system to run "functional tests" on our devices. Our devices...
Hello everyone, I'm currently trying to make out what exactly the calibration of the MSP430FE427 module ESP430CE1 means, as the user's guide only shows ...
Hello, I have a little problem and maybe somebody can give me the right direction. I am working with the IAR Development tools. With my LPT-FET I can program...
I have an old build version put out by the IAR compiler that I'd like to get on a target. Problem is some of the source files have changed and I fear that the...
Hi, I am trying to build a small application using RS232 with MSP430F1232. I could toggle all the required i/o lines, and could also perform loopback test with...
Hi all, I would like detect an rx IT on my uart, Somebodu has done the same? I have a problem to detect my RX IT.... Find here the code: ;init uart bis.b...
Hi, I would like to devellop a mobile device, that will have a usb port, for discharging data, i would like to now if someone can tell me how i can program my...
Hi all, I have a rather simple question to ask. We have 2 MSP430s talking to each other via SPI. When waiting for a message, one MCU puts itself in, say LPM3....
Hi, I am writing a CAN API which can be called by two or more threads. This can be achieved if the interfaces provided are re-entrant. The single interface...
Hey guys, I want to run AO+/-, A1+/- & A2+/- SD_16 ADC Channels running in sequential continous mode in the MSP430F2013. The example code provided by TI works...
Hi, I'm stuck with a problem implementing a capture compare on TIMER B. I have toggled a pin in the ISR and measured the waveform on the CRO. The ISR triggers...
Hi, i am wondering if RXBUF0 can receive a string rather than just chars. i would like to write a desktop app that can send commands to the msp430f149 through...
Hi! I am newbie with the MSP430 ES449 board and I read just about all the postings there were in this forum regarding PWM and capture mode, but I still can't...
I am using the BSLDemo program from TI to upload new firmware without any problems. I want to use the newer version of the bootloader BL_150S_14x.txt to use...
Hi All. I did a presentation last week on maximizing the utility of I/O pins and it happened to use the MSP430 as the example MCU. For example, it covers how...
Hello, I am just starting to write in assembly and am not doing to well so far. I started by just trying to get the PONG video game example from TI's web page...
Hi, i am wondering how do you calculate the modulation for uart in the code below? this is an example code from AQ430. In another example using a 3.58Mhz at...
Hi, I'm currently using the IAR kickstart and since I've reached the 4k code limit I'm considering to get a full version. Unfortunately can't afford to buy IAR...
I'm new to the microcontroller world and I'm working on taking input from an accelerometer ADxL202 and displaying the times it sees a change in the duty cycle....
I have a timer set up to capture a clock pulse coming in. Everything is working so far, but I have a question about what happens when there is a fast clock...
Is there anyway source a memory location that is larger than 2 bytes. I need to have a value that is around 3 bytes. I am doing some computation with my sensor...