hi,
as u said earlier,i erased the firmware and updated it. But still i coudn't initialise my hardware. I am attaching the screenshot of FET PRO-430 flash programmer.
Other Parts Discussed in Thread: MSP430FG439 Hi,
I have been trying to figure out what my MCU (MSP430FG439) System clock is running at so that I know how to change the clock speed for USART. Reading from MSP430FG43x.pdf I saw that the system clock is…
Mark Vojta1 said:
If anyone knows of a good RS-232 to TTL voltage translator please post, I am looking for one.
This part also does RS-232 to TTL translation:
http://www.ti.com/product/trs232
Regards,
Kelvin
Other Parts Discussed in Thread: MSP430FG439
I want to run a 16*2 LCD on msp430fg439 can someone help me about the code? Are there any code examples about that?
Other Parts Discussed in Thread: MSP430FG439 Can someone help me with LCD on MSP430FG439???
I have board for MSP430FG439, but itş broken, the LCD display sometimes works, and sometimes not...
If someone could write me, or point me, to the code…
I am testing printf() with this small program:
#include <msp430xg43x.h> #include <stdio.h> int main (void) { printf ("Hello\n"); return; }
I reviewed and done the steps described in your link "How to use
printf" http://tiexpressdsp.com/wiki/index…
Other Parts Discussed in Thread: MSP430FG439 Hi, I am having some problem on my Heart rate and EKG monitor using the MSP430FG439.
Connections are all check and no short circuit, except when i tried compiling using IAR, i get a fatal error message Failed…
Other Parts Discussed in Thread: MSP430FG439 Hi guys, Im currently having some problems with my project which i think the problem is in my programming. First of all my project is Heart Rate EKG Monitor using MSP430FG439 to measure ur heart rate which…