User Activity

Posted on October 06, 2015 at 17:44If I build a Cube config using the stm32f303vctx processor and enable an I2C port, I get HAL_I2C_MODULE_ENABLED in the sources and a hal_i2c include file included. However, if I use the 'stm32f3discovery' board pro...
Posted on October 06, 2015 at 11:50I've started development of an application on an STM32F3 discovery baord, and am moving onto the target board, which uses an STM32F301. I can't get the I2C peripherals to run. If can bit-bash I2C on the GPIO, but ...