User Activity

Hi,    I am using STM32F407VET6 MCU and trying to receive data using LL API LL_USART_ReceiveData8 over USART configured as modbus.   I confirmed USART transmit (LL_USART_TransmitData8) is successful through an modbus APP, on rx side of the other devi...
Hi,     Configured PC4 and PC5 for transmitting and receiving over USART1.    Enabled the interrupt, DMA is disabled.     Tried with different baud rates, same results.     The data seen on serial console application cutecom does not match data I am ...