Part Number: MSP430FR2675 Tool/software: Hi Team,
We are working on 4 element sliders. While testing on bare PCB the slider works effectively. But when add an overlay of 2mm acrylic is attached on top of it, the minimum value i am getting is 14 and…
Part Number: MSP430FR2675 Tool/software: Hi Team,
We are using the MSP430FR2675 microcontroller with a customized PCB and have developed an application based on Captivate-generated code. Calibrated and updated the touch threshold values in the board…
Part Number: MSP430FR2675 Other Parts Discussed in Thread: OPA354
Tool/software:
Hello,
I've tried to use an driven shield. I found an function for this in the captivate HAL library. CAPT_enableShieldIO()
And it works.
Blue : captivate signal…
Part Number: MSP430FR2675 Tool/software: Hello,
in my applicatation are unfortunately voltage breakdowns in the supply voltage of the MSP430FR2675. So, when this voltage breakdowns occur, it leads to a touch detect of the CapTIvate system. I know the…
Part Number: MSP430FR2675 Tool/software: Hi,
I want to use eUSCI_B1 for both spi and i2c with different pins. But It does not works together. How its solve?
void InitI2C(unsigned char eeprom_i2c_address) { SYSCFG3&=~USCIB1RMP;
P3SEL0 |= BIT2 | BIT6;…
Part Number: MSP430FR2675 Hello,
I am new to TI products and had a question that I could not resolve in the datasheet or application notes.
On the MSP430FR2675 there is a pin called VREG. The datasheet gives a values for a capacitor to place next…
Part Number: MSP430FR2675
Hi everyone,
I would like to know if it's possible to dynamicaly set the capacitive touch parameters of my MSP430, ie conversion count, proximity and touch thresholds. I tried to set parameters as noinit so I can change…
Part Number: MSP430FR2675 I am working on updating the MSP430FR2675 FW via I2C using the msp430-i2cbsl-tool tool. I am sending this command "./msp430-i2cbsl-tool -i /dev/i2c-0 -s a -f Cerberus.txt" and I get the following error.
-------------------…