i am sanding data too my serial monitor to uart2 and uart to data transmit and received and transmit to uart6 and uart 6 received and and transmit back my serial monitor plz help i am working stm32f411vet6 microcontroler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 4:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 10:16 AM
i am conected tx and rx , PA2TX ,PA3RX FOR UART2 AND PC6 OR PC7 FOR UART6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 1:26 PM
not working please give code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 1:28 PM
plz give code bacuse method not working i am tired
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 2: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-23 2:59 PM
https://github.com/cturvey/RandomNinjaChef/blob/main/f411_usart_fwd.c
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-30 7:25 PM
Check this post that I replied to. From PC>UART2>UART1 where UART1 is in loopback. Then UART1>UART2>PC
Don't worry, I won't byte.
TimerCallback tutorial! | UART and DMA Idle tutorial!
If you find my solution useful, please click the Accept as Solution so others see the solution.

- « Previous
-
- 1
- 2
- Next »