I2c Recovery Example application not available for STM32 #76492
Replies: 4 comments 1 reply
-
I do not think that this should be considered a bug. Still, you could use I2C shell to test the recovery function. |
Beta Was this translation helpful? Give feedback.
-
@erwango any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Observations on I2C recovery api Target used stm32u575zi_q |
Beta Was this translation helpful? Give feedback.
-
According to the driver binding you need to define https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/bindings/i2c/st%2Cstm32-i2c-v2.yaml scl-gpios:
type: phandle-array
description: |
GPIO to which the I2C SCL signal is routed. This is only needed for
I2C bus recovery support.
sda-gpios:
type: phandle-array
description: |
GPIO to which the I2C SDA signal is routed. This is only needed for
I2C bus recovery support. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I2c Recovery functions to prevent lockup is not used in any sample or driver code for stm32 controllers (stm32h743zi , stm32u575zi )
Beta Was this translation helpful? Give feedback.
All reactions