Redirect Printf and Scanf to interrrupt driven UART
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-19 4:17 AM
This example work perfectly using non interrupt driven UART HAL library, HAL_UART_Receive and HAL_UART_Transmit
Any idea on changing to HAL_UART_Receive_IT and HAL_UART_Transmit_IT?
Many thanks
Labels:
- Labels:
-
STM32WL series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-19 4:45 AM
Use ring buffers to hold the data and service the interrupts.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
