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 ...
All I am doing is sending 2 byte data over UART TX and trying to sniff the data on TX line to make sure it matches what we are sending from the main function.Note - We are running on ubuntu so cutecom is the tool I could find. Cutecom is able to se...