Part Number: MSP430FR5729 Other Parts Discussed in Thread: MSP430WARE Tool/software: Hi. I am using msp430fr5729 chip. As shown below, after powering on, I initialized the gpio pin to Low, but there are pins that are not set properly. As shown below,…
Part Number: MSP430FR5729 In a previous thread I asked about problems we were having with a small number of boards using the MSP430FR5729, where we were seeing UBDIFG SYSNMI interrupts regularly (uncorrectable FRAM bit error). Replacing the MSP430 on…
Part Number: MSP430FR5729 I'm using the MSP430FR5729 and have a strange situation where on two boards (and only two boards at this point), the SYSNMI ISR is being triggered because of UBDIFG (FRAM uncorrectable bit error) when the MSP430 goes into LPM2…
Part Number: MSP430FR5729 I believe I've discovered a bug in DRIVERLIB version 2.91.13.01. In the file usci_b_i2c.c, in the function EUSCI_B_I2C_masterReceiveMultiByteFinish() is the following code:
uint8_t EUSCI_B_I2C_masterReceiveMultiByteFinish …
Part Number: MSP430FR5729 Need help understanding the eUSCI ports for orderables. For MSP430FR5729 it mean I have 3 serial comms ports for the IC? Same logic would apply to MSP430FR57 28 supporting 2 serial comms ports? Ultimately my customer is looking…
Part Number: MSP430FR5729 I try to configure a clock scheme as: "crystal oscillator 20MHz -> XTAL1 -> SMCLK". Divider I set to 4. The program with the code that I configure a clock and the crystal connection scheme is below. I expect take a 5 MHz at the…
Part Number: MSP430FR5729 Hello All,
I want to know the difference between comp_d and comp_e comparator module...
Which is better in-terms of current consumption and performance???
With Regards
Aalekh Devari
I don't have your equipment, so all I can do is work from the data sheet.
I think you'll want a function to write a register in the device, something like:
void set_reg(uint8_t reg, uint8_t value)
{
P3OUT &= ~BIT2; // CS low
spix(0x40); // Address…