Hello Evan,
We finally found the time to redo the current consumption tests: it worked! The bug “CSCTL3 |= SELREF__XT1CLK;” fixed with “CSCTL3 &= ~SELREF__XT1CLK;” did not fix the issue. The SELREF__XT1CLK bit in the CSCTL3 register was already…
Part Number: MSP430FR2111 hi,
i want to use capture interrupt on port P2.0 but i cannot create correctly. you can see my code in below. where am i doing worng?
#include <msp430.h>
unsigned int timerBcaptureValues;
int main(void) { WDTCTL = WDTPW…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP-FET I am developing a custom In-system programming solution for device type MSP430FR211x that runs on a Teradyne In-Circuit tester. This solution is to be used by a high-volume user of these…
Part Number: MSP430FR2111 dear product line engineer.
my customer use MSP430FR2111 in their AED project. customer use internal clock of MSP430FR2111 as system clock. and they use REFOCLK to calibrate system clock. the current that consumed by MSP430FR2111…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP-EXP430FR4133 , MSP430F6779A Hello,
Do you have Software example related to IrDA ?
Thank you
Serkan YILMAZ
Part Number: MSP430FR2111 Hi team,
Not as mentioned in the manual , SMCLK is set to be the clock source for TB0 and remains active when low power is set to LPM3 mode.
Could you help check this case?
Thanks!
Best Regards,
Cherry
Part Number: MSP430FR2111 Hi experts,
I want to know if the vote timing of UART can be changed.
My customer uses the MSP430 UART with Slave. When they receive data from the master, they get a waveform like this:
Due to a problem on the master side, the…
Part Number: MSP430FR2111 Hello all,
I am currently trying to get IrDA working on our MSP430FR2111 Microcontroller.
Here is what I am currently doing to setup the UART and IrDA
SYSCFG1 |= IREN_1 | IRPSEL_0 | IRMSEL_0 | IRDSSEL_0; UCA0IRCTL |= UCIREN_1…
Part Number: MSP430FR2311 Other Parts Discussed in Thread: MSP430FR2111 , Hi ,
Can we use the same firmware of MSP430FR2111 to flash and upgrade to MSP430FR2311 ? Will it work or if not what would be the challenges to make it compatible with MSP430FR2311 ?
Thanks…
Part Number: MSP430FR2111
Customer is debugging 100 kHz I2C Slave connecting to a host from SW_I2C_ slaa703a.pdf app note/code.
>>With 8-MHz MCLK , software slave I2C can achieve 100-kHz SCL clock frequency using assembly code and 43-kHz SCL clock…