Difference between revisions of "STM32 UART DMA Idle Detection"

From Stm32World Wiki
Jump to navigation Jump to search
(Created page with "Category:STM32Category:STM32 DevelopmentCategory:STM32 HALCategory:C{{metadesc|UART DMA with idle detection}} == Miscellaneous Links == * [https://github.com...")
 
Line 1: Line 1:
 
[[Category:STM32]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:C]]{{metadesc|UART DMA with idle detection}}
 
[[Category:STM32]][[Category:STM32 Development]][[Category:STM32 HAL]][[Category:C]]{{metadesc|UART DMA with idle detection}}
 +
Using an [[UART]] to send and receive data
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==
  
 +
* [https://github.com/lbthomsen/stm32dev/tree/master/firmware/uartplay Example using STM32F405]
 
* [https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32446E-Nucleo/Examples/UART/UART_ReceptionToIdle_CircularDMA ST Example]
 
* [https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32446E-Nucleo/Examples/UART/UART_ReceptionToIdle_CircularDMA ST Example]

Revision as of 03:38, 11 April 2022

Using an UART to send and receive data

Miscellaneous Links