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…
Part Number: MSP430FR2111 I use hw sequency to enter bsl. Then send below data for mass erase "0x80 0x21 0x00 0x11 0xFF ... 0xFF 0x9E 0xE6" When transmission is not completed ("0x80 0x21 0x00 0x11" timing), "0x51 0x51 0x51" data is received from bsl.…
Part Number: MSP430FR2111 Hi team,
Here's an issue from the customer may need your help:
The msp430 is powered by two dry batteries at 3.0 V and has a 220-UF capacitor that continuously powers the MCU after the battery is removed and powered down…
Part Number: MSP430FR2111 Hi there,
I'm hoping to get in touch with TI representitives to have some questions answered regarding reel programming:
1. Do TI provide a factory reel programming service for the MSP430FR2111?
2. If yes, what are the…
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…
Part Number: MSP430FR2111 Other Parts Discussed in Thread: MSP430FR5949 , Hi:
I refer to the image.When i enable internal reference, the ADC sample resault correctly,but the current consumption as higi as 60uA.
when i disable internal reference,the…
Part Number: MSP430FR2111 For the Software I2C Master and Slave app note https://www.ti.com/lit/an/slaa703a/slaa703a.pdf , the Code Link
http://www.ti.com/lit/zip/slaa714 (from p.1 seems to be Missing?
Part Number: MSP430FR2111
Hello,
I am trying to use msp430fr2111 with capacitive touch buttons, however I cannot seem to find how to do that.
The Datasheet states all IO pins are capacitive touch capable and the user guide lists the related registers…
Part Number: MSP430FR2111 Hello,
I would like to connect capacitor so that it is not affected by high frequency noise.
However, if even one capacitor is connected to GPIO, the power of MSP430 will be turned off at the moment when the GPIO becomes…
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…