Part Number: MSP430FR2311 I am trying to use the external reference output of 1.2V on the MSP430FR2311. Even though I enable the external reference, when I run the program, the EXTREFEN remains at 0 and the reference output on P1.7 remains at 0V.
#include…
Part Number: MSP430FR2311 Other Parts Discussed in Thread: MSP430G2553
Hi,
When creating a default empty project in CCR 12.4 for a MSP430FR2311, the --code_model compiler flag is set to large. This has a significant effect on the program memory footprint…
Part Number: MSP430FR2311 Other Parts Discussed in Thread: MSP430WARE
Hi,
I'm running into a problem with a MSP430FR2311. Please see the code below. When I remove the RTC ISR pragma, the TimerB ISR is never called (!).
#include <msp430.h>
#define…
Part Number: MSP430FR2311 Hi TI Team, I am working on a project in which I would like to use a MSP430FR2311 microcontroller, that acts as a UART to I²C Bridge and as Port Expander at the same time.
I found many examples of firmware ready to use it…
Part Number: MSP430FR2311 Hello,
I have a customer trying to use SLAA760 as a reference for their Linux implementation of an MSP430 BSL programmer. I just wanted to point out that the BSL protocol here only works for the 2/4 series MSP430's and not the…
Part Number: MSP430FR2311 Hi team,
I have an issue to control the load switch with FR2311.
The block is as below.
while the battery voltage drops to 2.5V, the FR2311 I/O output will oscillate and cannot control the load switch well.
Per the FR2311 datasheet…
Part Number: MSP430FR2311
Hi,
I am trying to make a variable persistent using the PERSISTENT pragma. The code is a copy of an example made by Andreas Dannenberg (posted somewhere on the TI forums):
//=================================================…
Part Number: MSP430FR2311 Hi all,
I suspect that I am having an issue with LPM 4.5. I am programming a game and after flashing the MSP 430, nothing happens - none of the LEDs light up. When I have the device connected physically and I manually go down…
Part Number: MSP430FR2311 I have a problem while using MSP430FR2311 in IAR:
After creating a workspace and a new project, I tried to select target device in “Project” -> “Option” -> “General Options” -> “Target” -> “Device”. While in Texasinstrument category…
Part Number: MSP430FR2311 Hi,
I am using MSP430FR2311 for my project.I want to use RTC in calendar mode.I am using driver library examples.Can you suggest how to set rtc in caledar mode because I didn't find any APIs for RTC in calendar mode in driver…