Part Number: MSP430FR5962 A follow up question.
If I am using SPI B1, accordingly to table 6-11 (SLASE54C.pdf), dma trigger 18 and 19 shall be used. But both are placed on CHANNEL 3..
Does this mean I cannot run a DMA on both RX and TX, as DMA CHANNEL3…
Part Number: MSP430FR5962 Can we get Reference out from P1.1 pin number 2 by setting ADC12MCTLx Register Description, 1101b = VR+ = VREF buffered, VR- = VeREF- external and
REFCTL0 = REFVSEL=00=1.2V, REFOUT=1b
Part Number: MSP430FR5962 I have some very strange behavior going on and I'm not able to pinpoint why exactly it's happening. Everything runs exactly as expected in both release and debug configurations with the FET attached. However, on a debug load…
Part Number: MSP430FR5962 Hi experts,
I'm trying to implement a failsafe feature where if an MPU violation happens the device should access INFO variables via the fram_write function and set a flag so that we can write a function to restore the code…
Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP-TS430PM64F , MSP430FR6972 , Hi,
I'm looking for target socket board for this device.
MSP430FR5962IPMR (64pin)
Is the following correct?
MSP-TS430PM64F
https://www.tij.co.jp…
Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP430FR5964 Hello, I am currently using a Msp430FR5962 controller. I put this in LPM3 mode (see code): // Clock System Setup CSCTL0_H = CSKEY_H; // Unlock CS registers CSCTL1 = DCOFSEL_0; //…
Part Number: MSP430FR5962 Hi there,
I have an MSP430-FR5962 microcontroller and would like to program it via the ROM boot loader.
The RX(P2.1) and TX(P2.0) pins of the MSP are connected to a level shifter and the other side of the level shifter is…
Part Number: MSP430FR5962 Hello, I am currently using a Msp430FR5962 controller. I put this in LPM3 mode (see code): // Clock System Setup CSCTL0_H = CSKEY_H; // Unlock CS registers CSCTL1 = DCOFSEL_0; // Set DCO to 1 MHz CSCTL2 = SELM__DCOCLK | SELS__DCOCLK…