CCS/MSP432P401R: Enabling/Disabling interrupts
Part Number:MSP432P401RTool/software: Code Composer StudioI am in the process of Franken-combining two different examples and one uses:MAP_Interrupt_enableMaster(); from DriverLib and the other uses:...
View ArticleMSP430FR2633: XT1BYPASS mode question?
Part Number:MSP430FR2633Hello,In section 7.1.2 (external oscillator), page 75 of the MSP430FR2633 manual, it states it is possible to use XIN and XOUT as general purpose I/O. It says it is possible if...
View ArticleMSP430F5529: Getting started communicating via Apple lightning connector
Part Number:MSP430F5529I have obtained an MFi Developer license from Apple. Is there any example code and/or reference design available from TI to help get started. I am interested both in the USB...
View ArticleMSP430FR2633: what interface do I need to use captivate studio
Part Number:MSP430FR2633I bought a captivate eval kit, and I designed the MSP430FR2633 into my board. However so far I only have the two wire programming interface that I might use to connect to say...
View ArticleCCS/MSP430FR5969: GPIO gets optimized away..
Part Number:MSP430FR5969Tool/software: Code Composer StudioAs the title says. If I crank the optimization to 4, this gets optimized away which is obviously not a good thing:void LED_Blink(){...
View ArticleMSP430F6736: irDA stack
Part Number:MSP430F6736HelloI was wondering if there is any sample code anywhere that shows the stack for irDA communications.thanks in advance
View ArticleSIMPLELINK-MSP432-SDK: MSP432: MAP_Timer_A_generatePWM function call...
Part Number:SIMPLELINK-MSP432-SDKHello,I'm using a Launchpad MSP432P401 with a BoosterPack MK-II.I want to generate a PWM wave using MAP_Timer_A_generatePWM. I tried different samples coming from...
View ArticleCCS/MSP430FR5969: ADC12_B: differential mode : code is not entering into ISR:...
Part Number:MSP430FR5969Tool/software: Code Composer Studio#include "driverlib.h"uint32_t value=0;void gpio_init();void adc_init();int main(void){ WDT_A_hold(WDT_A_BASE); PMM_unlockLPM5();gpio_init();...
View ArticleMSP432WARE: ADC14 single _differential measurements + Uart
Part Number:MSP432WAREDear All, I am new on MSP432 and embedded systems. I will start to new project about differantial voltage measurement and i will visualise on Labview but firstly,I tried to...
View ArticleMSP430F233: USCIB0 issue with bits shifted to the right
Part Number:MSP430F233Hello!I hope someone can help me with this issue since it is frustrating me for 1 week counting.My goal is to establish a working communication between the MSP430 and 2 SPI...
View Articlemsp430fr4133: Clock configuration
Part Number:msp430fr4133i have tried various codes to configure the clock for msp430fr4133 as i only know how to do it in msp430g2553. Can you guide me on this. //------------------- Configure the...
View ArticleMSP430FR5972: ADC reading issue
Part Number:MSP430FR5972Hi,Now I am facing one issue, I am giving the different supply (from 1.5 V to 3.6 V) to ADC channel P9.4 (A12) but it give the MAX value (4095) and when I provide GND then it...
View ArticleCCS/MSP430FR5969: DHT22 TEMPERATURE AND HMIDITY SENSOR is not giving values...
Part Number:MSP430FR5969Tool/software: Code Composer Studio#include "driverlib.h"#include "stdio.h"#include "string.h"#include "stdlib.h"void dht22_trigger();void dht22_input();void dht22_read();void...
View ArticleMSP430F6746A: PCB design guidelines for F6746A pins
Part Number:MSP430F6746AHi Support,can we provide PCB design guidelines for specific part MSP430F6746AIPEU?Customer need to know exactly how to design pin pads and spacing.Thanks and regards,Alberto
View ArticleTIDM-3PHMTR-TAMP-ESD: BOM excel file
Part Number:TIDM-3PHMTR-TAMP-ESDHi, is it possible to obtain the BOM excel file for the reference design?Thanks!
View ArticleCCS/MSP430F1612: Bootloader
Part Number:MSP430F1612Tool/software: Code Composer StudioHiI'm currently trying to implement a boot loader on the MSP430F1612 using CCS V6.1.3.00034. Are there any application notes on how i can put...
View ArticleCCS/EZ430-CHRONOS: Over the air firmware update for CC1120 and MSP430FR2433...
Part Number:EZ430-CHRONOSTool/software: Code Composer StudioHello,I want to update the firmware of my wireless sensor nodes over the air .Sensor nodes are designed by using CC1120 and MSP430FR2433.So...
View ArticleMSP430F5529: 3 half MOSFET bridge control
Part Number:MSP430F5529Hi there !I have to control the speed of a PMSM and for that purpose I am using a 3 half MOSFET bridge. So I need to generate the six gate signals with my controller. According...
View ArticleCCS/MSP430F5529: SPY-BI-Wire
Part Number:MSP430F5529Tool/software: Code Composer StudioHello MSP430 Friends,Do you have any software written in CCS or Energia that can turn my my MSP4305529 LaunchPad or MSP432 Launchpad into a...
View ArticleCCS/MSP432P401R: CCS/MSP432P401R programming
Part Number:MSP432P401RTool/software: Code Composer StudioI'm using this part with CCS 7 and I have huge problems to program the parts. Some boards working, other occasionally and majority not at all.I...
View Article