MSP430FR6047: Execution time estimation
Part Number:MSP430FR6047Hi Team,A customer is asking the following question about the MSP430FR6047>How long will it take to execute square root of a 32 bit number and a multiplication of a 16 bit...
View ArticleCCS/EVM430-FR6047: Connection with Xbee
Part Number:EVM430-FR6047Tool/software: Code Composer StudioHello guysMy name's William, and I'm trying to connect the evm with a Xbee module for wireless connectivity. I'll use the booster pack pins...
View ArticleCCS/MSP430FR5994: _Q15 variable
Part Number:MSP430FR5994Tool/software: Code Composer StudioHi.I'm working with FFT and FIR base on LEA. The variable FILTER_COEFFS_EX1 needed to use FIR has to be _q15. For example:#pragma...
View ArticleMSP430G2433: Flashing with BSL from host controller
Part Number:MSP430G2433Hi, I'm trying to program the msp430G2433 with BSL from a host controller (CC3200) and have a few issue.I have successfully implemented the BSL communication as shown in this...
View ArticleCCS/MSP432E401Y: System Configuration Tool: Cannot configure ADCBuf for both...
Part Number:MSP432E401YTool/software: Code Composer StudioDear TI expert,I'm working on the adcbufcontinuous_MSP_EXP432E401Y_tirtos_ccs_syscfg example and try to expand it. I want to use the buffered...
View ArticleMSP432P4111: A few questions before I purchase the TI Launch Pad MSP432P4111...
Part Number:MSP432P4111 Thinking about purchasing the TI Launch Pad TI Launch Pad MSP-EXP432P4111.I have a ton of experience on both the HW and IDE side of microchip XLP micros and MPLAB IDE - embedded...
View ArticleMSP430FR5969: Coding question: One-time-write constants?
Part Number:MSP430FR5969I am building a board around an MSP430FR5969 which will be used as the controller on a platform, with individual units getting different hardware configurations. As an example,...
View ArticleMSP430G2553: SPI on msp430g2553 using MPU6050 slave
Part Number:MSP430G2553#include <msp430.h> #include <stdlib.h>#include <stdio.h>unsigned char MST_Data;unsigned char SLV_Data;/** * main.c */int main(void){WDTCTL = WDTPW | WDTHOLD;...
View ArticleMSP430FR2355: EXP430FR2355 - Strange behavior at some opamp gains
Part Number:MSP430FR2355Hi,I received one launchpad exp430fr2355 and did some tests based on the out of box demo.I connected an Analog Discovery on pin P3.5 to measure the signal of DAC and pin P1.5 to...
View ArticleMSP430F2618: What's the calibrated ADC12 accuracy? Where is this documented?
Part Number:MSP430F2618We're currently using the MSP430F2618 and transitioning to the MSP430F5359. For both of these products, I've read the respective data sheets but if I'm reading them correctly,...
View ArticleCompiler/MSP-EXP430F5529: ERROR:Type Product 'energia.core' v18.0 is not...
Part Number:MSP-EXP430F5529Tool/software: TI C/C++ CompilerHi,I was building my code without no problem until I made the updates required by CCS. And now I can't build my code anymore, it gives me this...
View ArticleMSP432P401R: GPIO INTERRUPTION: "GPIO_CFG_IN_INT_BOTH_EDGES"
Part Number:MSP432P401RHi there,I have met the same issue with GPIO interruption. If I config GPIO interrupt like "GPIO_CFG_IN_INT_BOTH_EDGES", it only raises interruption signal during dropping edge...
View ArticleMSP-EXP430FR2433: After downloading, does LaunchPad HOLD target in reset?...
Part Number:MSP-EXP430FR2433My main.c code is below. If the debug probe is resetting the target after loading and letting it run, then when I later start the debugger, the target WAS in LPM and the...
View ArticleMSP430FR2110: Problems to setup P2 in MSP430FR2110
Part Number:MSP430FR2110I try to use the pins P2.0 and P2.1 configured as outputs in an MSP430F2110 in my application in assembler, but I can not get any logical level in the output, the pins are...
View ArticleMSP430FR4133: MSP-EXPFR4133
Part Number:MSP430FR4133I Want to measure voltage across a resistor using the msp430fr4133!! pls help me with the ADC code
View ArticleMSP432E401Y: how to reboot MSP432E4 with killing some threads and function...
Part Number:MSP432E401YWe have a function that needs to switch network status (fixed IP / DHCP) on MSP432E4 And I choose reboot device to change network.`NC_NetStop()` <= this functionBut after...
View ArticleMSP430FR2433: BAKMEM0 saving data sintaxis
Part Number:MSP430FR2433 if(P1IFG & BIT3) { Counter2 = *(unsigned int *)BAKMEM2; Counter2++; *(unsigned int *)BAKMEM2=Counter2; }Basically, I want to count how many times I pressed the buttons and...
View ArticleMSP432P401R: MSP432P401R:
Part Number:MSP432P401RUnits failed at Functional Test due to voltage failure, no voltage output at VCCINT.Resistance measurement found VCCINT_FAULT signal was short to GND, measure 1.4ohm & 2.7ohm...
View ArticleMSP430FR2311: Light sensor circuit programming on MSP430FR2311
Part Number:MSP430FR2311I have an issue for MSP430FR2311 Development Kit, I have been used that kit for programming(SBWTCK、SBWTDIO) and read data(I2C) for external MSP430FR2311 .But I got the some...
View Article