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 Team,
with the MSP430FR2476TPT part PWM how much minimum on duty cycle can be achievable and what is its resolutions.
which PWM pin can be used from MSP430FR2476TPT.
Regards,
Yaseen
Part Number: MSP430FR2476 Other Parts Discussed in Thread: ENERGYTRACE Tool/software: Hai everybody,
#include <msp430.h> volatile unsigned int receivedData = 0; int main(void){
// Configure all unused pins as outputs and set them low P1DIR = 0xFF;…
Part Number: MSP430FR2476 Tool/software: Hi, My customer is developing their code for MSP430 with CCS v12.8.1. OS is Windows 10. They used CCS without an issue, but one day, CCS build showed below issue. - When a project is built, it does not finish.…
Part Number: MSP430FR2476 Tool/software:
Hi, I'm working with the MSP430FR4276 microcontroller and encountering an issue while generating a PWM signal using Timer_A3. The PWM duty cycle needs to be adjustable at any time by my PI controller. However…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: MSP-FET Tool/software: Hi All,
I want to measure power consumption using Energy Trace on a board using MSP430FR2476, but the current is 0 for 10 seconds, so measurement is not possible. Please…
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,GPIO_PIN0…
Part Number: MSP430FR2476 Tool/software: Hi All,
After SoftBOR is generated programmatically, I am experiencing a phenomenon that prevents any breakpoints. Is it possible to debug BOR other than reset on #RST/NMI pins with MSP430FET? If debuggable,…
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…