MSP430f2370 Software reset
Hello ,I am working on MSP430f2370 controller.For my application i need to software reset the controller after certain loop in my code.can any one suggest how can i achieve it?Thank you,Sanath Rai
View ArticleMSP432 ADC two channels with two different references
Hello guys.I am having some problem to convert two different analogic signals with two different references of voltagethis is the...
View ArticleInterfacing MSP-EXP4305529LP wiht CC2564 module
HI I am new to the MSP and BLE. I am having MSP430F5529LP Launhpad and CC2564MODAEM. Is it possible to interface CC2564 with MSP43F5529 LaunchPad.Manual Shows how to interface with MSP430F5529...
View ArticleMSP GANG Production Programmer Serialization
We posted already, we also spoke with the owner of Elprotronics on this matter.Issue:There is no GUI for preforming serialization such as with the FlashPro430. We purchased an MSP GANG so we can do...
View ArticleMSP432: Forcing all int's to be 16bit (short)
I have a very developed project from an MSP430 that I'd like to port over to an MSP432.Much of the math in the project relies on 16bit integer overflow.I have begun the tedious task of manually...
View ArticleTwo pwm signal with 180 degree phase shift USING msp430g2553
Hi,How to create two PWM signal with 180 degree phase shift.MSP430G2553 has two timer TIMER_A0 and TIMER_A1 with three capture and compare register.Is it possible with MSP430G2553 and if yes, what is...
View ArticleMSP432 interrupt priority issue after CMSIS
Hi, After I migrated my software to the CMSIS compatible version I'm having issues with my interrupt prioritization:Previously the following code worked just fine:...
View ArticleMSP430G2755IPW38 ACLK output on P1.0
In the past I have been using the MSP430G2533IPW28 for various designs where I could calibrate the 32KHz ACLK by monitoring P1.0.My latest design is using the MSP430G2755IPW38. The data sheet is...
View ArticleUsing XDS100v2 as a debugger for MSP432
Hello,for a university-project I am currently routing a debug-board which connects the Cortex Debug Connector (10-pin) to an XDS100v2. I have studied the pinout of both connectors and I am a bit mixed...
View ArticleReading from multiple channel using ADC12.
#include <msp430.h>#include <stdio.h> float volt_hex, volt_hex1, volt_hex2;int main(void){ WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12ON + ADC12MSC ; // Sampling time, ADC12 on...
View ArticleMSP430 Energy Library Current Reading Probleme
Hello All,We are working on the energy library for current and voltage reading measurement.I am using MSP430F67641 mcu and using the energy library of MSP430f6736 mcu. It is working fine. But getting...
View ArticleJTAG security fuse blown and cannot get into BSL using USB port by pressing...
Hello,I was doing some experiment with my MSP430 dev board (MSP430FG6626) and now I cannot talk to the board. I was trying to disable the JTAG access by writing 0x55 to the BSL memory...
View ArticleMSP432P401 launchpad,RTS&CTS jumper VS GUI demo
I'm making my effort on the MSP432P401 launchpad,I read a lot articles to find out why I can't connect my board to the first GUI demo,it shows up "disconnected" every time.I have an answer to it,but...
View Article432 LPM to Alarm Interrupt disables UART interrupt
Hi, My goal is to create a device that is commanded from an external device via UART to set an alarm and go to low power mode until the alarm, then wake up and do something, My problem is, once the...
View Article[MSP432 Launchpad] Boot-from-Flash and UART problems
Hello dear e2e-community,I recently got myself a MSP432-Launchpad, it really is a cool thing.But, I have some problems. For example: how do I get to start that thing from flash, when I just plug my USB...
View ArticleMSP430G2253 resets when temperature rises above 50C
We are using the 2253 in an automotive application that is capable of experiencing temperatures in excess of 60C. When the temperature rises above 50C, the processor resets and continues to do so at...
View ArticleMSP-432 Fails to run after power cycle
I'm using the MSP-EXP432P401R module for product development. I'm currently using CCS Version: 6.1.1.00022 with XDS110 6.0.14.5. I don't want to upgrade at this time, it will break my build. My...
View Articlehow to convert this code for msp430fr5739
#include <msp430fr5739.h>void main(void){ WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer _delay_cycles(1000000);// Initialization of the port pins of MSP430G2553 - P1.5 is connected to PIR...
View Articlehow to generate a timer interrupt for every 1 hour
hii all,I am working on MSP430F5419A micro-controller.For every 1 hour it should generate timer interrupt AND write data into EEPROM.Please provide Example code for proceed further.Regards,Sanjay M.
View ArticleP2.6 AND P2.7 as GPIO in MSP430G2553 when NO external oscillator connected
Since i have NOT connected external oscillator at pin P2.6 and P2.7, i want to use at GPIO pin and thus configured the pin as GPIO after reading some example program. My main code is to blink the red...
View Article