Difference between revisions of "STM32F107VC/Using I²C"
From Teknologisk videncenter
m (→Peripheral Addresses) |
m (moved Using I²C to STM32F107VC/Using I²C) |
(No difference)
|
Revision as of 11:37, 22 September 2011
Keil MCBSTM32C board
I²C bus connected to STM32F107VC GPIO Port B SDA (Data) on pin 9 and SCL (Clock) on pin 8.
Peripheral Addresses
- M24C64 EEPROM (Loads PDF) on Slave address 0x0
- LIS302DL 3 Axis motion Sensor (Loads PDF) on Slave address 0x1C
Software Examples
- MotionSensor1.zip (Not yet functional. Code works from Cold Reset - but not from Warm Reset)
Links
- STM32F10xxx I2C optimized examples Application Note (Loads PDF)