Part Number: DP83TD510E Other Parts Discussed in Thread: USB-2-MDIO , MSP430F5529
Team,
Seems like the G2 LP recommended is not available anymore. MSP-EXP430G2ET seems to have replaced the MSP-EXP430G2 listed in the USB-2-MDIO UG. -Can any MSP430…
Part Number: MSP430F2013 Other Parts Discussed in Thread: MSP-EXP430G2ET Hello,
I am trying to use the SD16 on the F2013 to measure Vcc internally on channel A5, but I keep getting measurements around 2.7 V to 2.8 V when I am powering with 3.3 V. I…
Part Number: BOOST-DRV8711 Other Parts Discussed in Thread: MSP-EXP430G2ET , MSP-EXP430F5529LP , DRV8711 , DRV8711EVM , MSP430G2553 , MSP430F5529 Hi,
I am trying to use BOOST-DRV8711 and MSP-EXP430G2ET to drive a bipolar stepper motor. I followed all…
Part Number: MSP430G2553 Other Parts Discussed in Thread: MSP-EXP430G2ET , , DLP-7970ABP , UNIFLASH Dear all,
I've recently purchased a MSP-EXP430G2ET (rev 1.0 fitted with the MSP430G2553 microcontroller) and a DLP-7970ABP (rev 4.5) to read RFID tags…
Hello Timothy,
Are you using a MSP-EXP430G2 board? You may need to rotate the UART jumpers on J3 to the horizontal position. This is discussed in section 5.3 of the users guide.
https://www.ti.com/tool/MSP-EXP430G2
If you have the MSP-EXP430G2ET…
Finally got hold of a https://www.ti.com/tool/MSP-EXP430G2ET and was able to run the blink example with 3 sec pulse using Energia21.
Still don't have a scope to verify but LED blinking as expected. So no timer, just ugly GPIO but works like mentioned…
Part Number: RF430FRL152H Other Parts Discussed in Thread: MSP-EXP430G2ET
Dear all,
hi my name is minhyung.
I am using RF430FRL152H and MSP-EXP430G2ET + DLP7970ABP to create a custom NFC device
The custom device which operates with NFC is to receive…
Hello Helfried,
thanks for your answer.
The size of the buffer for RX Data is defined in trf79xxa.h as NFC_FIFO_SIZE , right?
For my project I am using an nRF5340 controller but I also have an MSP-EXP430G2ET launchpad. And I am testing the ISO15693_sendReadMultipleBlock…
Hi Andre,
that the MSP-EXP430G2ET Launchpad is reported as MSP430G2553 in the Uniflash software is ok. This Launchpad can be used with different processors and the processor that is installed is the MSP430G2553.
What firmware have you used with the…
Hi, Thanks for the reply. I am trying to make a small keyboard with some specific keys. I just need to read the keypress and print the Ascii on the serial monitor against each specific keypress. I saw a thread where a TI guy posted an Arduino Code. I…