Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430F5529 Hello.
I am working with MSP430FR5994 and I2C EEPROM. I have some difficulties to migrate the I2Croutines.c that works in parts.
After writing to the EEPROM, excessive battery…
Part Number: MSP430FR5994 Hi,teams:
I would like to ask about the UART receiving buffer. If I make a UART connection with MSP430FR5994 through other chips,
when other chips send 8 bytes of data to MSP430 at one time, these 8 bytes arrive at the UART…
Part Number: MSP430FR5994 HI,
I want to implement SCI communication with msp430fr5994 lanchpad. Simply speaking,
it is to write some information on ccs, and print out the information on the serial port debugging assistant.
According to MSP-EXP430FR5994…
Part Number: MSP430FR5994 Tool/software: Hi,
I have been trying to resolve some memory problems in my code and tried to just clean and regenerate some msp430 files (mostly just the .lnk and .cmd files). I backed them up and then restored them, and attempted…
Part Number: MSP430FR5994
Hi all...
I was trying to blink LEDS of MSP430FR5994 development board for certain time and that time has to be set by using RTC of MSP430FR5994. I have written some IF conditions. But I'm getting only RTC output but LED…
Part Number: MSP430FR5994
Tool/software:
#pragma NOINIT(damping) unsigned char damping;
#pragma PERSISTENT(factor) float factor=1;
Any change to damping does not survive a power off cycle looking at the lnk_msp430fr5994.cmd file it is set to RAM…
Part Number: MSP430FR5994
Tool/software:
Hi,
I am using MSP430FR5994 to control a 12V heater using PWM depending on the temperature value received from DS18B20 Sensor powered by 5V from the MSP430.
I have also connected an N-MOSFET (IRLZ44N) between…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP430WARE Hi, Please I need an example CCS projects that demonstrate the use of linker-generated CRC tables to compute CRC at runtime onMSP430FR5994 using the CRC hardware module. I have accessed…
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.
…