Other Parts Discussed in Thread: MSP430FG4618 , MSP430F2013 I tried interfacing the inbuilt thermometer with the msp430fg4618 in the experimenter's board.
I connected the jumpers in PWR2 and then H1- 1 2 and 3 4 pins. I tried displaying the temperature…
Hello,
I am trying to read in a voltage from the ADC, convert it to a readable number, and display it on a simply LCD display. The LCD uses SPI communication and will display any type char data sent to it. I thought this sounded pretty straight forward…
Other Parts Discussed in Thread: MSP430F2012 Hello,
I'm using a MSP430F2012 in companion with an LCD display which uses SPI communication to display the output pressure from a pressure transducer. This issue I'm having is I can't seem to find a simple…
Other Parts Discussed in Thread: MSP430F5152 HI all,
I am working with a simple application based on MSP430f5152, Actually this device consists of some menu settings like Frequency range,set current etc.. i have to save this settings when i looking…
Guys can someone just please confirm for me what the following two lines of code do?
WDTCTL = WDT_MDLY_32; // WDT Timer interval IE1 |= WDTIE; // Enable WDT interrupt
My understanding is that the first line sets the watchdog timer (which is set up…
Hi Everybody,
Just joined 1 second ago, so I hope I don't get too many things wrong.
I bought a MSP430-F3013 USB kit and managed to get IAR working. I then
attempted to get the "Flashing LED example" to work and just can't get it
going. The…
Dear E2E forum,
With lot of unhappiness I'm sending this mail as I just bought a ez430 chorons watch and the software installation is not supporting. As I downloaded the latest version only the chorons software which is windows supported.
Started…
Other Parts Discussed in Thread: MSP430FG4618 Dear MSP430 community:
I just got an MSP430FG4618/F2013 experimenter's board. I need to perform is a reset for a project on which I am working. Essentially, I need to be able to dial in a
value (to the…
Other Parts Discussed in Thread: MSP430FG4618 Dear TI Community:
I am new to the MSP430 and have recently started using the
MSP430FG418/F2013 experimenter's board for learning purposes. I am
trying to understand how the capacitive touchpad works…