Storing constants in msp430g2553
I am trying to communicate with an external energy metering ic using uart. A typical operating procedure is msp430 transmits 5 bytes of data and energy meter replies back with 3 bytes of data.The fisrt...
View ArticleMSP430FR5994 | Need CCS Configuration for early development
Team-We need a CCS 6.2 target configuration for the (PREVIEW) MSP430FR5994; please let me know the best way to obtain this.Thanks, Best, S. Dunbar, AFA Colorado]
View ArticleMSP430F6726 IPN : SD24B (ADC) interrupt is getting disabled on GIE and / or...
HI,I am using MSP430F6726IPN for ADC and I2C for communication with other on board peripherals. I have configured two channels for ADC.//I2C initialization is done as follows UCB0CTLW0 |= UCSWRST; //...
View ArticleMSP432 GPIO Interrupt priority problem
Hi,i declared two GPIOs to handle interrupt:MAP_GPIO_setAsInputPin(GPIO_PORT_P4, GPIO_PIN1); MAP_GPIO_setAsInputPin(GPIO_PORT_P5, GPIO_PIN1);MAP_GPIO_clearInterruptFlag(GPIO_PORT_P4, GPIO_PIN1);...
View ArticleMSP432 i2c_driver.c IRQ not working for me
Hi Everyone,I am trying to following I2C example code from "BOOSTXL-SENSORS_SensorGUI_MSP432P401R" to get my I2C working.(Code attached)Below is my code for calling the I2C_driver.c. It got stuck into...
View ArticleHow to get unique product ID
Hi All,Any one help me in getting unique product ID for TI vendor ID for my product based on TI MSP430F5659 controller.Thanks in advanceNitesh
View Articlegetting started with MSP-EXP430FR5739
HiI'm new to MSP-EXP430FR5739 , how can I start using it and understand how it works ?Thanks for help
View ArticleMSP432 Driverlib Examples - CS_startLFXT
Hello,I think, some of the examples provided with the driverlib call the CS_startLFXT() with wrong parameters:- rtc_c_calendar_alarm_interrupt.c- cs_lfxt_start.care using/* Starting LFXT in non-bypass...
View ArticleAre the MSP430FR6972 and the MSP430FR6922 binary compatible?
Hi,what i mean is: Can i use the same hex/txt for flashing both?Thanks
View Articleget started with MSP-EXP430F5739 ,
HiHow can I get started with MSP-EXP430F5739 ,I would like to use it to monitor body sound like heart beat or snoring .I completely beginner could you help me please .Regards
View ArticleMSP-FET product folder disappeared and confusion about the MSP432-FET
Hi team,There’s confusion about the FET. The good ol MSP-FET product folder is non existent:http://www.ti.com/tool/MSP-FET Searching the TI Store for the MSP-FET gives you a page, but there is no Add...
View ArticleMSP432 PORT3 PIN0 doesnt tend high, even if register tells so
Hi Guys,I am a little bit confused here. As I need PORT3 PIN0 as a chip select port for SPI I defined HIGH and LOW macros with the appropriate driver lib functions. As I was debugging my program, I...
View ArticleProgram msp430FR5739 using msp430f5529 launchpad board
Hi all.I've got an msp430FR5739 FRAM chip within my circuit and I'm wondering if I could program this using the experimenter board from the msp430f5529?. I'm not too sure if you can use the degugging...
View ArticleNew MSP-FET - How should it appear on CCS6 ?
I have been successfully using a Blackhawk XDS100v2 for MSP432 development on CCS6. I am trying to get a MSP-FET working, and it does not appear to show up on the list of options when I setup project...
View Articleissue with cgt 7.4.15
Hi,I have a code that does not work with CCSv6 CGT 7.4.15 but works with CCSv6 CGT 8.1.1. I don't get any error from CCSv6 but the output I get from CCSv6 CGT 7.4.15 is not the expected output I want...
View ArticleI2C sends repeated start instead of stop in Read command
I'm building an I2C function to read slave devices in the next format: Start > Address Slave + W > A > Register> A> Repeated Start> Address Slave + R > A > DATA > NACK >...
View ArticleMSP430FR5994: LEASC busy?
I've been using the MSP430FR5994 to construct a primitive spectrum analyzer around msp_cmplx_fft_auto_q15() . I'm using the FR5994 Launchpad, the K350 LCD Booster Pack, CCS 6.1.3, and DSPLib...
View ArticleMSP430: Trouble Reading Memory Block at 0xc010 on Page 0 of Length 0x16:...
Hi All,I am getting strange error with msp430g2553 launchpad, when i click microcontroller s1 switch in debug modeThanks&Regards,Vijay
View ArticleMSP432 I2C how to read 16Bit register
Hi,i need to write and read an EEPROM and its register size is 16Bit.I am able to write it by doing...
View Articlemsp430f2132 adc10-bit conversion
Hello all, i am facing a problem in adc10-bit of msp430f2132 the problem isIn adc10-bit module i done a configuration it is giving correct answer but in the timing theoretical is not matching with...
View Article