User Activity

I have configured the STM32U575 UART baud rate to 115200. I tried to send the data from external utility tool with baud rate 9600, since the baud rate is wrong, there won't be any communication.Now if try to change baudrate to 115200 then also commun...
Hi Team,I have configured the I2C in Master Mode and Enabled LPDMA channel 2 and 3 respectively for I2C3Tx and I2C3Rx./* I2C3 DMA Init */  /* LPDMA1_REQUEST_I2C3_TX Init */  handle_LPDMA1_Channel2.Instance = LPDMA1_Channel2;  handle_LPDMA1_Channel2.I...