Hi,
I am using the FXTH87 and want use TPMS_WAVG from firmware functions.
I am Testing, for example TPMS_WAV with u8PNew= 4, u16POld=2, u8Avg=2.
Response TPMS_WAVG (4, 2, 2) = 513.
Response for other values:
TPMS_WAVG (4, 8, 2) = 516
TPMS_WAVG (2, 1, 4) = 128
TPMS_WAVG (2, 8, 2) = 260 etc.
This does not match the formula from the FXTH87xx22 Embedded Firmware User Guide from section 3.2.46 : UINT16 TPMS_WAVG(UINT8 u8PNew, UINT16 u16POld, UINT8 u8Avg).
Help me please understand how it works .