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: 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: 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: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP-FET , MSP430FR2476 I would like to monitor the ACLK, SMCLK, and MCLK clocks using the sample code "cs_ex1_DCO1MHzSWTrim". No clock waveform is output to the corresponding pins "P2…
Part Number: LP-MSP430FR2476 When using P2.3 of LP-MSP430FR2476 as an input pin GPIO_setAsInputPinWithPullUpResistor(GPIO_PORT_P2,GPIO_PIN3); If I enable the internal pull-up resistor, it will work without any problems, but Since there is an external pull…
Part Number: LP-MSP430FR2476 Using the sample program "timer_a_ex6_upDownModeOperation" as a reference, how should I change the code if I want to use upDownMode and blink the LED at 2 second intervals? In particular, how do you enable interrupts…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476 Hi Team,
I am working on BSL code and able to flash the code correctly on the same location of the memory(0x8004).But I have two applications and both the applications uses WDT…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2476 , LP-MSPM0L1306 Hi team,
For LP-MSP430FR2476, "P4.0" and "P2.3" are used for Input, and external pull-up resistors R9 and R10 are implemented. But if the internal…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR2311 , MSP430FR2476 Hi team,
I am working on BSL using MSP430FR2476 firmware update using MSP430FR2311 being the host. I have used the reference of MSP430 FRAM Devices Bootloader (BSL…