User Activity

Hi,i am using STM32G070RB as Slave and ESP32 S3 C1 devkit as Master, Need to implement I2C Bootloader for stm32 from esp32. Can anyone help me with this. Thanks in advance
 Hey,I am using STM32G070RB as a slave device and ESP32 S3 C1 devkit as master. I am trying to establish I2C Communication between these 2 devices but I am unable to do it.I tried stm32 as master and esp32 as slave it worked. I don't know what parame...
Hi, I am new to STM32, I am trying the i2c communication between stm32 and esp32. I am using STM32 as slave and ESP32 as Master. I am using Arduino IDEI connected stm32  PB6-SCL, PB7-SDA to esp32  GPIO21-SDA, GPIO19-SCL.i was not getting any response...