Hi, I'm using the latest BSEC Library with the BME680 and STM32L431RCTX MCU. After 4292490ms (~71minutes) runtime with 3 second sampling the library hangs. I've tried the float and non-float libraries, and the same failure happens. Either at calling sleep or after bme680_get_profile_dur, or after calculating time_stamp_interval_ms. I forced values of 2730 and 240 for sleep and found that the failure hangs in the library itself. It appears that there is an issue when the a 32bit counter value rolls over. Up to the hang, the sensor and library appear to be working okay. What may be causing this hang, and how does the library handle a timer tick rollover of a 32bit or 64bit integer? Thanks, Robert
... View more