Part Number: MSP430FR5994 Other Parts Discussed in Thread: TM4C1290NCZAD Hi team,
I want to use msp430 launchpad and tm4c1290nczad launchpad for spi communication.
Simplly speaking, i use msp430 send some data ,and tm4c will receive these data.
…
Part Number: MSP430FR5994 Hello all,
I am tring to set up my MSP to measure frequency of a signal @ TB0.4 (pin 52) of the MSP430FR5994.
my code is as follows..
Inititailase timer TB0.4
void init_TB0_4()
{
P1DIR &= ~BIT7; // Set P1.7 as an input…
Part Number: MSP430FR5994
Hi, I have the following TimerA1 configuration for a simple square wave generation program:
SMCLK is selected as clock source
Source for SMCLK is DCO with DCOFSEL_6 and DIVS=8, therefore yielding a 1 MHz clock for SMCLK…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: ENERGYTRACE Hi,
I want to measure energy consumption of a program on MSP430FR5994. Are there any tools or commands to achieve this?
Thanks,
Kimi
Part Number: MSP430FR5994 I'm using Google Translate because English is not my native language
I am using MSP430FR5994
Is there any sample software that accesses 256KB of memory (FRAM) and expands the image memory?
The sample software I currently…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP-FET Hi, I unknowingly secured the debug access to my MSP430 device and now I am unable to detect the same.
While CCS has an option to erase user code and unlock the device, I am unable…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSPM0L1306
Years ago, I wrote quite a lot of s/w that I wrote for MSP430s - environmental monitoring stuff where ultra-low-power etc. was extremely important, i.e. running off a coin cell…
Part Number: MSP430FR5994
Dear sir/mam
I'm trying to interface adxl345 accelerometer with msp430fr5994. when i debug the code i found that it is stopping at while loop of write function i.e., while(!(UCB2IFG & UCTXIFG0)). if i comment write function…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: ENERGIA Tool/software: Hi,
I am getting fluctuations of the PWM Voltage when I try to use a print function or any other function. The voltage goes high or low randomly then continues with the…
Part Number: MSP430FR5994 I'm trying to use the MSP430BSL. This is my script:
MODE FRxx UART 115200 COM13 VERBOSE MASS_ERASE RX_PASSWORD RX_DATA_BLOCK Trailblazer.txt TX_BSL_VERSION
----------------------------------------------------------------…