wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

I2C bus for STM32 does no longer work.

Open Koepel opened this issue 6 months ago • 1 comments
trafficstars

The normal I2C bus or the created TwoWire bus do no longer work with a I2C display on the STM32 Nucleo64 C031C6 board.

For example the second example in the 'Docs' does no longer work: https://docs.wokwi.com/parts/board-st-nucleo-c031c6 I prefer the normal I2C bus with the normal library. This is my test project: https://wokwi.com/projects/430302099906345985

My test project starts alright, but the SCL is kept low forever after the first data.

Image

Tested only with: STM32 Nucleo64 C031C6 and only with a I2C LCD display.

Koepel avatar May 07 '25 14:05 Koepel