2025-07-03 5:49 AM
Hi guys,
I'm coming from Arduino and recently started working on a project where I need a protocol that supports bidirectional communication between MCUs and Hot-Join.
I decided to give I3C with the STM32H5 a shot and got myself some Nucleo-H503RB boards.
Based on the example projects from ST on GitHub:
https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H503RB
I got these things working:
I can’t get regular data communication working.
For example, I want the controller to send a string on a button input like "ping" to the target, and the target should respond with "pong".
From my understanding, communication in I3C works something like this:
Target to Controller:
Controller to Target:
I just want to get a basic setup running where the target sends "ping" and the controller replies with "pong", and vice versa.
Any help or a minimal working example for STM32 HAL I3C communication would be really appreciated.
2025-07-03 7:02 AM
Hello @BioKeks
Please refer to the examples below:
STM32CubeH5/Projects/NUCLEO-H533RE/Examples/I3C at main · STMicroelectronics/STM32CubeH5 · GitHub