Part Number: MSP430FR2476 Tool/software: Hi Team,
we are getting HART interrupt and converted it to digital through comparator(MAX9015) and sending it to MCU pin 47 of MSP430FR2476TPT, we need to enable Schmitt trigger pin of MCU for interrupt. How…
Part Number: MSP430FR2476 Tool/software: Hi,
I'm trying to write/erase/read data to the FRAM of an MSP430FR2476, and am referring to the following document: SLAU320AJ: User's Guide: MSP430 Programming With the JTAG Interface In the above document, can…
Part Number: MSP430FR2476 Tool/software: Hello,
We are developing a measurement device using the MSP430FR2476. The device is designed to operate in LPM3 mode. Our PCB design is completed, but we would like to request a review to ensure the design is…
Part Number: MSP430FR2476 Tool/software: Hi Team,
Do we have some demo for inject error and trigger ECC? We want ensure ECC function is work on MSP430FR2476. Thanks!
Best Regards,
Zane
Part Number: MSP430FR2476 Tool/software: Hello,
I am using the MSP430FR2476 microcontroller and would like to perform ADC measurements while in LPM3 (deep sleep) mode. According to the MSP430FR2xx/4xx Family User’s Guide (SLAU445I) , MODOSC is shown…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476 Tool/software: Hi, I am attempting to perform a mass erase on my MSP430FR2476 . I previously programmed firmware onto a custom board using Elprotronic’s FET-Pro430 software and…
Part Number: MSP430FR2476 Tool/software: Hello,
I would like to use the TIMER A3.0 as a PWM output. I have defined the following for this purpose:
void pwmTempLuefter(real outpwm) {
real vCCR0;
P4DIR |= BIT1;
P4SEL0 |= BIT1;
PM5CTL0 |…
Part Number: MSP430FR2476 Tool/software: Recently I have working on a project which uses MSP430FR2476 as MCU, and a bootloader is required for firmware update in the future. I used MSP430FR2476 dev kit and managed to have the built-in BSL work successfully…
Part Number: MSP430FR2476 Hi,
I’m using the MSP430FR2476 microcontroller. In my application, I use one of the GPIO pins to detect whether power is present or not in a certain part of the circuit.
However, since there is a voltage divider at the output…
Part Number: MSP430FR247 Other Parts Discussed in Thread: MSP430AFE253 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…