Part Number: MSP430FR2476
Tool/software:
I am trying to use the QMATH lib with mpy32 support with no luck.
If use the library that there is on the MPYsoftware folder work as expected , if I use the library that there is on MPY32\4xx I get zero resaults…
Part Number: MSP430FR2476
Tool/software:
Hi,
I tried an adc example code from driverlib library. But the code is stuck in ADC Start conversion. Please help me.
Thank you
Athulya
#include "driverlib.h"
#include "Board.h"
uint16_t result =0;
void…
Part Number: MSP430FR247 Hello,
I have a question about the DCO. Other Ti MCUs have DCO constants stored in the info area.
which are located in the last area of the INFO-Memory and are protected separately.
Where can I find these constants in the MSP430FR2476…
Part Number: MSP430FR2476 Tool/software: Hello ALL,
I came across with silicon version configuration and data/code model, working with MSP430FR2476 mcu. As for Data model the default configuration is Large but the MCU is 64kb ,I have read the Large data…
Part Number: LP-MSP430FR2476 Tool/software: I am trying to essentially create a larger segment of info memory. We have a number of calibration tables that need to be stored and protected from being overwritten during a firmware flash, or just about any…
Part Number: MSP430FR2476 Tool/software: The internal clock is set to 4[MHz] and the 4[MHz] waveform is monitored from the pin set to MCLK output. In this case, is it possible to leave the MCLK frequency setting at 4[MHz] and divide the MCLK output before…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: MSP-FET , Tool/software: Hello, we use the MSP-FET flash emulation tool to debug our program on the MSP430FR2476 by SBW. We have the problem that EMC interference, such as switching power supplies…
Part Number: LP-MSP430FR2476 #include "driverlib.h"
void main (void)
{
//Stop watchdog timer
WDT_A_hold(WDT_A_BASE);
//Set LED1 to output direction
GPIO_setAsOutputPin(GPIO_PORT_P5,GPIO_PIN0);
GPIO_setOutputHighOnPin(GPIO_PORT_P5…
Part Number: MSP430FR2476 hi
IC:MSP430FR2476TRHB
UART0:P1.4--TXD0,P1.5--RXD0
UART 0 can enter the receive interrupt, and the data in UCA0RXBUF is correct. Single-step debugging, can enter the transmit interrupt, and the data in UCA0TXBUF is correct, but…