In my project I'm trying to use 1 Arduino Due as I2C Master communicate with 4 NucleoF7 as slave, and the I2C mode is setted to Fast-Mode(400kHz), the I2C part of the code on STM MCU show as the followingi2c_timeout = 1; // 1 ms
...
I meet the same problem too. What I doing right now is, use 1 Arduino Due as master to communicate with 4 STM32 boards, which I have set to fast mode(400kHz) and each has an different I2C ID(31,32,33,34), like this1 Arduino communicates with 1 STM32...
Hi,I have also the same problem, I'm trying to run my motor with nucleo F746ZG but can't reach a succesful compiling. After generation of the project with MC SDK 5.3.3 and configuration of the pinout with CubeMX 4.27.0 without error. But wenn I try t...