MSP430 Debug Interface can't start debug session
I have seen previous posts on this subject but haven't found a solution that works. Here is a summary of the situation: I am using IAR Embedded Workbench version 5.20. My device is the MSP430F5437A...
View ArticleMSP430F5529IPNR - Hardware Checklist
1.) I am using the MSP430F5529IPNR in a new design and wanted to be sure that I was not missing something regarding the hardware.2.) For reference I am taking a look at the MSP430F5529 LaunchPad...
View Article9V - 12V led strips combine with microcontroller ??
Hi,I am working on a hobby model replica of a building which I am looking at supplying led lighting to. I am using the msp430 launchpad development kit to control the lighting with a programme.My...
View ArticleCrystals Load Caps - MSP430F5529IPNR
All,1.) For the crystal oscillator (XT2) the datasheet (MSP430F5529IPNR) says that the load capacitance can be up to 18 pF. The crystal that has been selected has a load capacitance of 12 pF. Since...
View ArticleDetermine the period of a signal
Hi,I want to know if it is possible to estimate the period of vibration signal ( 2 Hz 4 Hz) with cc430 ? Best regards,Marwa,
View ArticleTIDM Source File missing in metrology library?
Hi,I compiled TIDM3OUTSMTSTRPSOFTWARE in IAR (newest version).but i found there is no source files below in emeter-metrology/src directory.- metrology-background.c- metrology-calibration-defaults.c-...
View ArticleCapTIvate - Metal-touch and static electriscity
Hi,Regarding CapTIvate metal-touch, is there any effect to measurement if some noise(such as static electricity) add on the metal overlay?Thank you,Yuji
View ArticleCapTIvate - Slider and number of electrode
Hi,When we build a 50mm slider, how many electrodes can we put them in a row?Thank you,Yuji
View ArticleCapTIvate - Filtering and latency of position data for slider
Hi,I would like to ask you regarding CapTIvate slider;To get the value for the position data of slider, how much time "filtering and other processing" affects latency?Thank you,Yuji
View ArticleMSP430FR6989 Timer B ISR
I am using MSP430FR6989 Timer B for Capture interrupt.Initialization:void init_timer() { Timer_A_initContinuousModeParam initContParam = { 0 }; //Timer A initContParam.clockSource =...
View ArticleImplementing custom Boot loader for MSP430F5438A
IDE: Code Composer Studio v5.5MCU:MSP430F5438AHi everyone,I want to update my MSP430F5438A firmware remotely. For this I don't want to use serial boot loader which is given by TI because at client...
View ArticleMSP430F6659 DCO ISSUE
i am working on MSP430F6659here in ucs system my code is int main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer UCSCTL0_H |= 0b00011111; UCSCTL0_L &= 0b00000000; UCSCTL1 |= DCORSEL_7;...
View ArticleTotal harmonic energy calculation codes for energy meter?
Dear All,Please help to provide the sample code/function/routines for the calculation of Total harmonic energy (Fundamental+ Harmonic) for the utility meter?Device considered:...
View ArticleUnderstanding the sample code of Code Composer Studio
I am having trouble understanding the code of Code Composer Studio .Especially italics part. It would be very helpful if you explain the whole code.For e,g,#include "msp.h"#include "stdint.h"void...
View Articleabout chronos watch from TI
Dear sir,I want to know about chronos watch and i want to develope some projects using that watch.For this ,can i get the code...?if not,how can i implment the code..? ,how can i debug the...
View Articleduty cycle cc430F614x
Hi,I will use CC430F614x in my project to calculate the frequency of a vibration signal input and I will use also the ADC module but I find that there are so many modes so please can you tell me which...
View ArticleMSP430F6749IPZ
I Use MSP430F6749IPZ and , Let me know what happened if we connect pin together PIN 20+9+19 AVCC and PIN 75+23+24+29+21+22 DVCC????
View ArticleNFC TRF7970a Reader -Interrupt error
Hello Sir,We are working on MSP430F2370 micro controller with TRF7970a reader.We are getting a error message through UART as "Interrupt Error" without any Tags tapped on Antenna.Controller is simply...
View ArticleMSP430FR68xx I2C transfer on launchpad is blocked with UCBBUSY and UCSCLLOW
On launchpad MSP430FR6989, I have problem with blocked I2C transfer (slave mode).In general the transfer is working, but after a while (100..1000 transfers), the status flags UCBBUSY and UCSCLLOW are...
View ArticleADC of msp430
Hello,I am tringto read multiple channels from adc of msp430f1232 but having some problems. can someone please help me?My code looks like this..I initialized ADC asADC10CTL1 = 0x401E; ADC10AE0 = 0x1C;...
View Article