User Activity

Posted on August 18, 2014 at 17:08 I'm trying to connect this port to i2c standard PCF8574 I/O expander. And I can't get it to work. My GPIO init code: RCC->APB1ENR |= ( RCC_APB1ENR_I2C1EN | RCC_APB1ENR_I2C2EN ); RCC->AHBEN...