Solved
I2C between two stm32 board
I am working on a project which needs data communication between two stm32 (f103rb and f429zg). I use stm32f103rb-nucleo examples_ll (I2C _OneBoard_Communication_IT) but it works for one byte and after that it stops working. I want it to work repetitively.
I don't know how to make it work in a loop and by pressing the button , communication gets done every time I push the master and slave push buttons.
Thanks
