Resolved! I2C found the wrong address (Actually 1 shifter version)
Hello Folks,I was doing my I2C example, and I realize that the STM board found an address with one left-shifted.I set my Arduino address as 70 -> 0x46 for hexadecimalvoid setup() { Wire.begin(0x46); // Wire communication begin }I connect my STM32F4...