User Activity

Hello, We have noticed communication errors with STM32 that is working in our device. The device includes STM32 (master) and TI's battery monitor BQ76952 (slave).Using the same device and same software we noticed three situations that occur randomly:...
Hello,I would like to ask for an advice related to the timestamp registration:uint32_t timestamp_A = HAL_VTimerGetCurrentTime_sysT32();and after some time we check the elapsed time using:int32_t diff_ms = HAL_VTimerDiff_ms_sysT32(HAL_VTimerGetCurrent...