I2C TXDR doesnt send the data on SDA. STM32F3 Discovery.
Posted on July 03, 2016 at 14:04 Sample program to get accelerometer data. #include ''stm32f3xx.h'' // Device header void initSystem() { // LSM303DLHC wiring: SCL to PB6, SDA to PB7. // Enable port B timing and set pins to alternat...