bh1750 sensor i2c poll method working fine but i2c DMA method not working with attached code . will DMA only transfer the value to global variable ?
#include "newblue_bh1750.h" I2C_HandleTypeDef *bh1750_i2c; // Handler to I2C interface bh1750_mode Bh1750_Mode; // Current sensor mode uint8_t Bh1750_Mtreg; // Current MT register value void BH1750_Init(I2C_HandleTypeDef *hi2c) { bh1...