I2C CMSIS STM32F303RE
Hello again. I'm having this problem with I2C with the STM32F303RE.I have this array of data I want to send via I2C to a sensor.std::uint8_t conf_bytes[2] = {0xF4, 0x03}; periph::I2C::write_data(I2C1, BME_ADDR, 2U, conf_bytes); BME_ADDR is the addr...