Open
Description
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.
Tested only with: STM32 Nucleo64 C031C6 and only with a I2C LCD display.