Part Number: MSP430FR2676 I am trying to set up multiple timers on the MSP430FR2676. I know that it has two timers: A and B. I have been able to run the example code successfully (see below). However, I would like to be able to run 4 separate timers to…
Part Number: MSP430FR2676 1, Which method is advantageous in terms of "SNR" without considering the processing time?
2, Which method is advantageous in terms of "Noise immunity" without considering the processing time?
3, Does "Multi-Frequency with…
Part Number: MSP430FR2676 Hi Team,
I am currently working on a project involving the MSP430FR2676 microcontroller and have encountered a challenge related to code getting pause at random times.
Upon tracing back through the codebase, it appears that…
Part Number: MSP430FR2676 Other Parts Discussed in Thread: LP5562 msp430fr2676 hardware I2C f irst execution receive one extra byte of data.
MCLK 16M , SMCLK 16M, I2C RATE 400K, Slave device lp5562 , IDE CCS10
first
Other
i2c.h
//…
Part Number: MSP430FR2676 Hello,
I am trying to set up the MSP430FR2676 as an I2C slave to communicate with a host MPU. I have been able to get the I2C slave to work successfully for both reading and writing basic data. I also have an I2C master set…
Part Number: MSP430FR2676 Other Parts Discussed in Thread: CAPTIVATE-FR2676 Hi, My customer is designing the board and referring "Capacitive Touch Design Flow for MSP430 MCUs with CapTIvate Technology" SLAA842B. In section "Step 4b.5: Sensor Traces",…
Part Number: MSP430FR2676 Other Parts Discussed in Thread: MSP430FR2475 We use MSP430FR2475 in our project. Due to lead time, TI suggests MSP430FR2676 as an alternate. we don't need any captivate technology in our project. In MSP430FR2475 LQFP (PT) package…
Part Number: MSP430FR2676 I designed 3 capacitive keypads:
a 7-key ( self-capacitance );
a 6-key ( self-capacitance );
a 40-key ( mutual-capacitance );
They work in low power mode LPM3 with a constant active mode scan rate as defined in the…
Part Number: MSP430FR2676 Hi, My customer wants to get CapTIvate data without using CapTIvate Design Center GUI. He wants to get these data by serial port. Do we have detailed data format available for customers? Thanks and regards, Koichiro Tashiro
Part Number: MSP430FR2676 Other Parts Discussed in Thread: MSP430FR2355 , MSP430FR2353 , MSP430FR2155 Hello,
I checked the priority of the interrupts in the datasheet. They are as follows, in order. timer > eUSCI_B0 > ADC
But if the ADC interrupt…