Part Number: MSP430FR6989 Other Parts Discussed in Thread: EVM430-FR6989 , , MSP430WARE , MSP-EXP430FR6989 Hello ,
I recently purchased an EVM430-FR6989 Evaluation Module and I am interested in the default code that was pre-installed on the MSP430FR6989…
Part Number: MSP430FR6989 Hello, I am uisng a 16MHz clock. My question is that if I use the "__delay_cycles();" function, what is the higiest value that I can use in it? for example,
int i;
//Wait 5 seconds
for(i=0;i<5;i++)
{
__delay_cycles…
Part Number: MSP430FR6989 Hello,
I am finding that CCS is not letting me set the data or code model via the Properties>MSP430 Compiler>Processor Options screen. The summary of flags set appears correct: -vmspx --code_model=small --data_model=small …
Part Number: MSP430FR6989 Other Parts Discussed in Thread: ADS1298 Dear All,
Good morning, I am working on a new product in which I have the MS430FR6989 microcontroller as the center of the design, with two external 32768hx crystals in LX and one 16Mhz…
Part Number: MSP430FR6989 Hello,
I'm currently setting up IP protection on code running on a MSP430FR6989 Launchpad and it seems to be working though not quite as expected. Basically I am able to enable IPE via the CCS gui and an attempt to debug (without…
Part Number: MSP430FR6989
Hello,
I am using the MSP430FR6989 and BMI160 IMU (Sensors BoosterPack). They are communicating over I2C. I am measuring the Z axis acceleration and trying to do the FFT on the received data. I have a test platform which…
Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP-GANG , MSP-FET I have been using the Launchpad for the MSP430FR6989, which comes with an included programmer/debugger eZ-FET circuit. I am making a board with a solo MSP430FR6989. Since I…
Hi,
If you would like to store some data that would not be erased after power off and re-downloading the program, you can put those data into info memory.
MSP430FR6989 have MPU module to protect fram from being erased by mistake, thus if you want…
Part Number: MSP430FR6989 Tool/software: Code Composer Studio Hi,
This particular question comes from the usage of the UART driver found in the driverlib for the MSP430FR6989 .
The files of interest are eusci_a_uart.c and eusci_a_uart.h
Looking…