Part Number: MSP430FR5989 Other Parts Discussed in Thread: FLOWESI-GUI ,
Hi everyone,
I am suffering a lot of bugs and problems with the code generated by FLOWESI-GUI.
I have just notice that my MSP430FR5989 fails when I increase the temperature from…
Part Number: FLOWESI-GUI
Dear TI Team,
My customer is having some problems sometimes with the inicialization of the ESI flow metter, like it starts counting laps with nosense without need of calibration. So I started looking again the code and I found…
Hi,
1. The calibration process is related to the distance. If they run the calibration at 5mm, then after the calibration this meter can only run at 5mm since this meter only calibrates at 5mm distance.
2. Usually, use a shorter a distance would not cause…
Hi,
You mean small coils is by the size of coil, right? Well, if the magnetic filed is too weak, there is no much things you can do on the software side to improve it. And besides, which code you are using? There is one FLOWESI-GUI which can be used to…
Part Number: FLOWESI-GUI Other Parts Discussed in Thread: EVM430-FR6989 ,
Tool/software: Code Composer Studio
Hi,
I am experimenting with EVM430-FR6989 for meter reading application. I am struck at generating CCS project code and using it to calibrate…
Part Number: FLOWESI-GUI Other Parts Discussed in Thread: EVM430-FR6989 Hi Team,
My customer generated code using FlowESI-GUI, but they found bug in the code.
in serviceInterrupts(), when the PERIODIC_AFE2_RECALIBRATION flag is on, the code clears the…
Balint,
The ESI interrupts are shown in the MSP430FR6989 users guide in table 37-7.
http://www.ti.com/lit/ug/slau367o/slau367o.pdf
Also, the TI Design below shows the software flow in section 5 where Q6 flag is checked. You should be able to use this…
Hi Loc,
LOC NGUYEN said: => Yes, but i don't use TSM_table from FLowESI GUI generate. Do you think i need try with TSM_table from FLowESI GUI ?
Yes I would try this if you haven't already.
Out of curiosity, is this a single setup with this issue…
Hi,
The signal looks normal in those pictures. Well, the calibration still goes abnormal. It might related to the recalibration process in the software. Since you are using the demo code in the app note. Have you tried the ESI-GUI before? And the GUI…
Part Number: MSP430FR5989
Hi everyone,
I think I have detected another bug related to the code generated by FlowESI GUI. I think the sampling rate is wrong generated, I have selected a sampling rate frequency of 50 Hz:
But the code generated in the…