TIDUF20B December 2022 – July 2025
Update the temperature measurement value.
void Temp_Mux_Polling(void);
Void.
Void.
This function is created for the thermistor multiplexer circuit. TMP_MUX_Enabled symbol must be set before using this function. This function needs to update the FULLSCAN flag of each AFE before reading the temperature measurement data. The FULLSCAN flags are updated by function BQ769x2_ReadFULLSCAN() and must be ran in short interval such as 1ms. This design read FULLSCAN flag in main while() as an example. The temperature measurement data are read when FULLSCAN flag is set and then clear this flag by writing alarm status register. The data are read in mV so the voltage need be converted to temperature using the thermistor lookup table or polynomial calculation.