User Activity

Hello I am beginner to MCU, I have set STM32F407 Discovery as a master on I2C communication with nucleo STM32F446RE as a slave. PC host connected to the STM32F407 via UART. The code for the master ischar RecBuff [20]; while (1) { HAL_UART_Receiv...