Part Number: MSP430FR50431 Other Parts Discussed in Thread: TIDM-02005 Hello, I've been running some performance tuning of our MSP430FR50431 based water flowmeter and I've discovered occasional issues with AbsTOF algorithm selecting wrong Lobe for time…
Part Number: MSP430FR50431 Hi,
I'm trying to write a value to a location in FRAM, but the value is not written. The MSP430 DriverLib 2.91.13.01 sample uses the FRAMCtl_A_fillMemory32 API to write a value to a specific FRAM address.
Modules used and…
Part Number: MSP430FR50431 Other Parts Discussed in Thread: MSP430FR5043 We Have taken FR6043 Template Project and some of the Modifications as to make GPIO Pins output low.
P1OUT = 0; P1DIR = 0xFF;
P2OUT = 0; P2DIR = 0xFF;
P3OUT = 0; P3DIR = 0xFF;
P4OUT…
Part Number: MSP430FR50431 Other Parts Discussed in Thread: EVM430-FR6043 Hi Team,
Good day. I am posting this inquiry on behalf of our customer.
We're developing a water flowmeter using MSP430FR50431 and USS library supplied by you. We have managed to…
Hi,
The ZFD means the zero-flow drift of the dTOF over temperature. You can find more related information about the ZFD through this app note. https://www.ti.com/lit/ug/tiduej6a/tiduej6a.pdf
Best regards,
Cash Hao
Part Number: MSP430FR50431 Other Parts Discussed in Thread: MSP-FET
Hello,
We use the MSP430FR50431 in an application where the only exposed pins GPIO are the I2C SDA, SCL. It's not possible to use the hardware BSL enter sequence.
We want to use…
Hello, sorry about the late reply. I have solved the issue, yes. First, make sure that the lobe tracking threshold is set correctly. #define USS_ALG_RATIO_OF_TRACK_LOBE (some number that makes sense) The tracking algorithm can sometimes get stuck tracking…
Part Number: MSP430FR50431
Hi guys,
I am trying to implement USS library provided by the texas instruments. I already had existing project, so I inserted required files into it. I copied following files from USS LIB to my project:
IQmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_small_data…
Part Number: MSP430FR50431 Other Parts Discussed in Thread: MSP430FR5043 Hi all,
I linked USS library to my existing project, but I am getting following errors:
#10247-D creating output section ".libVersion" without a SECTIONS specification
#10247-D creating…
Part Number: MSP430FR50431 Hi guys,
I am trying to implement millis() function from Arduino. What it does, it counts number of milliseconds since the program started and returns it.
What I have so far is a Timer A3, sourced from SMCLK in UP mode: Gis…