MSP Debug Stack Driver for Windows 10
Hi team, It has been brought up that the latest MSP Debug Stack (MSPDS-USB-DRIVERS) does not contain a Windows 10 specific driver as it shows it does on the tool folder:http://www.ti.com/tool/MSPDS I...
View ArticleMSP interfacing Bluetooth query
I need to send audio of heartbeat (analogue signal) Via bluetooth audio module (bc127) to bluetooth enabled headset here im using Msp430 MCU , actually i hav got code example for arduino only i need to...
View ArticleBluetooth module interfacing with msp430
Hi, I actually need to send audio of heartbeat (analogue signal) Via bluetooth audio module (bc127) to bluetooth enabled headset here I'm using Msp430 as MCU , actually i have got code example for...
View ArticleMSP430F5529 + ADXL345 through 4 wires SPI, outputs are weired
Hello!I am using Energia 17 & 18 to code for the MSP430F5529 and ADXL345. The following is the code I used.//Add the SPI library so we can communicate with the ADXL345 sensor#include <SPI.h>...
View Articleodd behaviour with adc on msp430g2553 while debugging using CCS (as designed?)
Hi everyone.I have the following setup:P1.0 (A0) is connected to a 1:1 resistor divider from my 5V rail (which is currently not connected, so assume p1.0 to be at 0v)I would like to continuously...
View Article[MSP430F674x] IO input voltage for LCD I/F
Hi,Although I understood that this is violating specification, I would like to know what is happen if we asserts 1kHz, 6Vp-p, 10 seconds to LCD ports (COM and SEG) when MSP430F674x is turned off (Vcc =...
View ArticleI want to know the way to supply the external power of msp432p401r.
I want to know the way to supply the external power of msp432p401r. Cause my goal is to measure the power and energy of the microprocessor only.Current experiment environment is : XDS110-ET +...
View ArticleUSB serial driver for MSP432P401R LaunchPad
I made some measurement tools using MSP-EXP432P401R LaunchPad.(I made Booster Pack for measurement, too.)I use Backchannel UART to send the measured data through USB to PC. Now, I want other member of...
View ArticleMSP430G2452 timer UART communication
Hi all.i have little bit basic question.i meet UART communication first time. so, it is little bit hard to learn.i saw some example(name is 'msp430g2xx2_ta_uart9600.c'). and i try to debug.Yes. it is...
View ArticleCC430F5137 debugging problem (Fatal error: Could not find device (or device...
Hello!I have two boards with CC430F5137. When I try to connect to board by JTAG (MSP430-FET430UIF, v1.4a), I get error ("Fatal error: Could not find device (or device not supported) Session aborted!"...
View ArticleMsp430G2553 does not recognize the MCU
hii am trying to flash a program with energia thru launchpad V1.5 with 4 wires (VCC , GND , RESET , TEST pin (1 ,20 , 16 , 17)energia compile the program and just after trying to upload and failed....
View ArticleMSP430FR5738 I2C BSL - Passwort usage at pre programmed devices
Hi,company has to reprogram MSP430 via I²C bootloader (see UG SLAU550E).Usage of password in preprogrammed devices is unclear.In programmed HEX file for 32 byte PW section 0xFFE0-0xFFFF you find (Intel...
View ArticleDMA with SPI relative clock speeds
Out of curiosity, when using DMA over SPI, shouldn't the UCA/B CLK be going 4x as fast as MCLK in order to transfer the full byte in only 2 MCLK cycles? If so, how do you set the USCI clock to be 4x...
View ArticleISO track2 ,track3 decode
Hi, In TI design has Bank Card Reader-MSP430G2432 +OPA348www.ti.com/.../tidu399.pdf Is its solution possible to use it instead of below product? -decode:ISO track2 ,track3...
View ArticleSet XT1 clock on MSP430F5659 > ucs_clockinit () issue
Dear All,I'm building a board based on MSP430F5659.Now, I'm trying to set the main system clock, sourcing from the X1 Crystal 32KHz.So, I had my code running on the MSP430F5529LP, but I got issue when...
View ArticleMSP430FR6989 TIMERA0 CCR1 problem
Hello,I'm having a problem using the TIMER A0 CCR1 in UP MODE.I configured the TIMER to run at 4MHz source by dividing the SMCLK (16MHz/4) and configuring the CCR0 to 40000 and CCR1 to 400, to get a...
View ArticleMSP430fr6989 not working anymore
Hello,I have the launchpad MSP430fr6989. It was working this morning. In the afternoon, I was trying to do some programming with the pad using ccs, it suddenly do not connect anymore. When I try to...
View ArticleInternal Error, Green Led Solid on
An internal error occurred during: "Launching AssemblerPlayground"I can't seem to debug or load code to my board.I don't know what I am supposed to do. Its got a solid green LED when plugged in and...
View ArticleNot supported by selected Interface or Interface is not initialized
I'm trying to Download and Debug on my MSP430F1612 for the first time.It's a very simple program:#include "msp430.h" ; #define controlled include file NAME main ; module name PUBLIC main ; make the...
View Articlehow to enable temperature sensor unit
#include "msp.h" #include <stdint.h> #define CALADC_15V_30C *((unsigned int *)0x1A1A) // Temperature Sensor Calibration-30 C // See device datasheet for TLV table memory mapping #define...
View Article