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 Tool/software: I was using pin 3.1 and pin 3.0 as I2C communication. but these communication pin 3.1 is also on MSP1 board as well as U100 so how would we know which board is working?
Part Number: MSP430FR2476 Tool/software: Hi All, I am trying to monitor 10 difference voltages on 10 devices. I am looking for device or a way to monitor all 10 voltages simultaneously. Any help or suggestions would be greatly appreciated Voltage Range…
Part Number: LP-MSP430FR2476 Tool/software: Dear MSP430 gurus,
I seem to be having trouble communicating with an external temperature sensor. The following code does not seem to populate any registers and I get a message such as "error cannot load from…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2311 Tool/software: Hi,
I tried to print hello world in my console, but it not working.
#include <stdio.h> #include <msp430.h>
/** * hello.c */ int main(void) { WDTCTL = WDTPW…
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…