Part Number: MSP430FR50431 Hi all,
I am working on i2c master communication on MSP430. The problem is, the ISR is never called, even though, it should be enabled when I set UCB1IE |= (UCTXIE0 | UCRXIE0 | UCNACKIE | UCALIE) .
Since inserting code to this…
Part Number: MSP430FR50431 We have some questions regarding our use of the MSP430FR50431. We are trying to wake from LPM3.5 mode using GPIO, but are not getting the expected result. The user guide which is pointed to by TI’s website does not state it…
Part Number: MSP430FR50431 Hello,
We are having some issues with the lobe "Acquisition Algorithm for AbsTOF" as described in SLAA889 for our particular application. We have our own acquisition algorithm that we'd like to use. Is there a way…
Part Number: MSP430FR50431 Hello,
Can someone describe how to use the Hilbert option for AbsTOF Acquisition or point me to the documentation? Specifically, I'm wondering:
1. How are the coefficients created?
2. How does the trigger threshold algorithm…
Part Number: MSP430FR50431
When using the USS_ALG_DTOF_COMPUTATION_OPTION_ESTIMATE, is maxSampleShift being used? If so, can you clarify how this is used? We are using sample rate 8MHz and should never see a dToF greater than 250ns.
Can you also explain…
Part Number: MSP430FR50431 Hello,
I'm trying to analyze captured ADC data in order to best determine a ratio lobe to peak value in Matlab. How can I implement the parabolic interpolation in Matlab as described in section 2.2.1.1 of SLAA889? I've started…
Part Number: MSP430FR50431 Hello TI experts,
I have a question about the driverlib in eusci_b_i2c.h. There are certain methods that come with a parameter for a timeout. For example, EUSCI_B_I2C_masterSendMultiByteFinishWithTimeout takes in an baseAddress…
Part Number: MSP430FR50431 Hello,
I've seen some conflicting information in the documentation and would like clarification. The FAQ states the MSP USS supports water transducers from 1-2MHz, but the features listing for the products state it can go…
Part Number: MSP430FR50431 Other Parts Discussed in Thread: UNIFLASH , MSP-FET , MSP430F2619 , MSP430FR59941
Hello, I have been trying to communicate with the BSL Bootloader in MSP430FR50431 with a very limited success. I have written a very simple program…