User Activity

Posted on November 17, 2017 at 15:13Hi, I am trying to read the LIS2DH12 using the I2C and DMA.I got everything configured via STM32CubeMx. When I want to read the LIS2DH12 (WHO_AM_I @0x0F) I call:HAL_I2C_Master_Receive_DMA(&hi2c1, (uint16_t)SLAVE_A...