2023-03-23 04:30 AM
2023-03-23 10:16 AM
i am conected tx and rx , PA2TX ,PA3RX FOR UART2 AND PC6 OR PC7 FOR UART6
2023-03-23 10:20 AM
muje seniar monitor(user enter any data) se uart2 per data bhejna hai aur uart to se data uart6 per bhejna hai aur uart6 se data vaps serial monitor ko bhejna hai mera bord stm32f411vet6 hai iska code btao plz
2023-03-23 11:35 AM
Create the code to initialize the two UARTs
Then in your main loop
Receive any pending content from UART2, and Transmit to UART6
Receive any pending content from UART6, and Transmit to UART2
To avoid data loss you might want to use a FIFO buffer to give you some elasticity
Not sure there's a lot of people here who want to do homework assignments
2023-03-23 01:26 PM
not working please give code
2023-03-23 01:28 PM
plz give code bacuse method not working i am tired
2023-03-23 02:11 PM
It's hard to fix code you don't show.
This is how I'd approach the example using a board I have to hand
https://github.com/cturvey/RandomNinjaChef/blob/main/f746g_disco_fwd.c
2023-03-23 02:59 PM
https://github.com/cturvey/RandomNinjaChef/blob/main/f411_usart_fwd.c
2023-03-30 07:25 PM
Check this post that I replied to. From PC>UART2>UART1 where UART1 is in loopback. Then UART1>UART2>PC