Part Number: MSP430FR2311 Other Parts Discussed in Thread: ENERGIA Tool/software: Hi,
I want to generate a pulse signal using the MSP430FR2311 . The pulse should have a width of 1 µs and a period of 1 second . I'm using TimerA to generate the 1 µs pulse…
Part Number: MSP430FR2311 Tool/software: I need to write some values on flash and later access it after power reset. Currently I am using this code:
#pragma PERSISTENT(x) static volatile uint8_t x = 10u;
SYSCFG0 = FRWPPW; x = y; SYSCFG0 = FRWPPW …
Part Number: MSP430FR2311 Tool/software: Dear Sirs!
I use msp430fr2311 powered from +3.3V, Clock 8MHz from internal generator and PLL without external crystal.
Now I want to start it from +2.0V and after that power it from +1.9V to meet table 5-1…
Part Number: MSP430FR2311 Other Parts Discussed in Thread: CODECOMPOSER Tool/software: Hi,
the MC very often simply stops. The main program ends after the initialisation of interrupts in
__bis_SR_register(GIE);
while(1){
__no_operation();
}…
Part Number: MSP430FR2311 Tool/software: I want to use SQRT(x) square root on MSP430FR2311, so I added #include <math.h> to my program, but it's not working. Do you know how to achieve sqrt(16bit data)? If you have any good methods, I would appreciate…
Part Number: MSP430FR2311 Tool/software: Hi to everyone!
The application note https://www.ti.com/lit/pdf/slaa908 describes a great UART to I2C bridge, directly aplicable to MSP430FR2311 and eUSCI-based devices.
My question is it is worth to port …
Part Number: MSP430FR2311 Other Parts Discussed in Thread: UNIFLASH Tool/software: I need to flash MSP430fr2311 using MSP FET Emulation tool and FET-Pro430, but I am getting error:
JTAG Communication Initialization --> Failed
Verify Security Fuse…
Part Number: MSP430FR2311 Tool/software: Hi.
We maybe would like to use a MSP430FR2311IPW16, can you garantee 10 years ongoing prodution-time?
Kind regards, Thommy
Part Number: MSP430FR2311 Other Parts Discussed in Thread: TCA6424A Tool/software: Hi,
I'm working on a project with MSP430FR2311. For test and debug I'm using MSP-EXP 430FR2311 launch pad.
Our own final hardware is finished, ready for production…