Yannis Damigos
Hi Roman,
you need to update boards pinmux.c file to add the I2C pins. You could check olimexino_stm32 board's pinmux file for reference. Yannis On Mon, Apr 30, 2018 at 10:36 AM Roman Tataurov <diytronic@...> wrote: MCU is thishttps://github.com/zephyrproject-rtos/zephyr/tree/d6e3f22fddccf4b542cb5ec780440cb629c12290/arch/arm/soc/st_stm32/stm32f1 Using this boardhttps://github.com/zephyrproject-rtos/zephyr/tree/d6e3f22fddccf4b542cb5ec780440cb629c12290/boards/arm/stm32_min_dev Seems it completely off i2c devices so added to board dts &i2c1 { &i2c2 { To make it work. Together with bug fixed about DTShttps://github.com/zephyrproject-rtos/zephyr/issues/7248 I have now I2C device created. So code is work now. But still no activities on device pins. Checked all the pins with logickanalser and found nothing. I suspect some GPIO setup required.
|
|