is ongoing. */while(HAL_I2C_GetState(&I2cHandle) != HAL_I2C_STATE_READY) { }// request 6 bytes from device/*##-4- Put I2C peripheral in reception process ###*/while(HAL_I2C_Master_Receive_DMA(&I2cHandle, I2C_ADDRESS <<1, (uint8_t*)aRxBuffer,6) != HAL_OK) {/* Error_Hand...