User Activity

I have problems when I read continuously the RTC time in stm32f446 at 180MHz, after some readings, this gives me the same value. To find a solution, I implement a delay of 1 second to read the RTC and this solves the problem, however, I don't know wh...
Posted on June 10, 2017 at 18:35Hi everybody, I am trying to implement callback function for I2C peripheral.This is the code without dma implementation:void ADXL345_GetXyzRAW(uint8_t *buffer){ uint8_t firstRegAddress = ADXL345_DATAX0;HAL_I2C_Master_...